Drop unused method parameter in DbTool::checkPrivileges

This commit is contained in:
Johannes Meyer 2014-10-30 15:08:04 +01:00
parent 521a36e0af
commit 538bc8aec8
1 changed files with 1 additions and 1 deletions

View File

@ -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);