Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jun 8, 2013
2 parents 168fa47 + a5839bf commit f941036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Menu.class.php
Expand Up @@ -427,7 +427,7 @@ private function _getDbTabs()
*/
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(
Expand Down

0 comments on commit f941036

Please sign in to comment.