fix Call to undefined method when updating mysql-access-hosts-setting

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-02-19 16:13:50 +01:00
parent d6fdf887ce
commit 2d7ca2a7db

View File

@@ -80,7 +80,7 @@ function correctMysqlUsers($mysql_access_host_array) {
}
}
$dbm->flushPrivileges();
$dbm->getManager()->flushPrivileges();
Database::needRoot(false);
}
}