From e25f91f31107409f5a1728308e97f041912fd02a Mon Sep 17 00:00:00 2001 From: f0o Date: Sun, 12 Apr 2015 16:00:09 +0000 Subject: [PATCH] Fixed menubar condition --- html/includes/print-menubar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index b5d42438c..6ac12cb7b 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -197,12 +197,12 @@ if ($_SESSION['userlevel'] >= '10') 0) { echo('
  • Errored ('.$ports['errored'].')
  • '); } -if (isset($ports['ignored'])) +if ($ports['ignored'] > 0) { echo('
  • Ignored ('.$ports['ignored'].')
  • '); }