mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Drop unused method parameter in DbTool::checkPrivileges
This commit is contained in:
parent
521a36e0af
commit
538bc8aec8
@ -360,7 +360,7 @@ class DbTool
|
|||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function checkPrivileges(array $privileges, $table = null)
|
public function checkPrivileges(array $privileges)
|
||||||
{
|
{
|
||||||
if ($this->config['db'] === 'mysql') {
|
if ($this->config['db'] === 'mysql') {
|
||||||
return $this->checkMysqlPriv($privileges);
|
return $this->checkMysqlPriv($privileges);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user