diff --git a/libraries/server_links.inc.php b/libraries/server_links.inc.php index b44e7e178..1e2ac5067 100644 --- a/libraries/server_links.inc.php +++ b/libraries/server_links.inc.php @@ -59,7 +59,8 @@ if ($is_superuser) { $tabs['rights']['link'] = 'server_privileges.php'; $tabs['rights']['text'] = $strPrivileges; } -if ($has_binlogs) { + +if (! empty($binary_logs)) { $tabs['binlog']['icon'] = 's_tbl.png'; $tabs['binlog']['link'] = 'server_binlog.php'; $tabs['binlog']['text'] = $strBinaryLog;