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'].')
  • '); }