Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0
This commit is contained in:
commit
f94103628d
@ -427,7 +427,7 @@ class PMA_Menu
|
||||
*/
|
||||
private function _getServerTabs()
|
||||
{
|
||||
$is_superuser = PMA_isSuperuser();
|
||||
$is_superuser = function_exists('PMA_isSuperuser') && PMA_isSuperuser();
|
||||
$binary_logs = null;
|
||||
if (!defined('PMA_DRIZZLE') || (defined('PMA_DRIZZLE') && ! PMA_DRIZZLE)) {
|
||||
$binary_logs = PMA_DBI_fetch_result(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user