diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php index dac40ce07..9ce7c9e4d 100644 --- a/html/pages/devices.inc.php +++ b/html/pages/devices.inc.php @@ -118,7 +118,7 @@ foreach ($menu_options as $option => $text) print_optionbar_end(); print_optionbar_start(); -if(isset($vars['searchbar']) && $vars['searchbar'] != "hide") +if((isset($vars['searchbar']) && $vars['searchbar'] != "hide") || !isset($vars['searchbar'])) { ?>