diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index fa3a8c1cd43..f195d5f945e 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1920,7 +1920,7 @@ function left_menu($menu_array_before, $helppagename = '', $notused = '', $menu_ } else { - if (is_array(arrayresult)) + if (is_array($arrayresult)) { foreach($arrayresult as $key => $val) {