From 538bc8aec859efa0eb83d4311247fe3b5ffc65a4 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 30 Oct 2014 15:08:04 +0100 Subject: [PATCH] Drop unused method parameter in DbTool::checkPrivileges --- library/Icinga/Web/Setup/DbTool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);