diff --git a/library/Icinga/Web/Setup/DbTool.php b/library/Icinga/Web/Setup/DbTool.php index 9e027790b..e3248a26a 100644 --- a/library/Icinga/Web/Setup/DbTool.php +++ b/library/Icinga/Web/Setup/DbTool.php @@ -360,7 +360,7 @@ class DbTool * * @return bool */ - public function checkPrivileges(array $privileges, $table = null) + public function checkPrivileges(array $privileges) { if ($this->config['db'] === 'mysql') { return $this->checkMysqlPriv($privileges);