From d7504bb3f690f1087328dbaf70d706222dbceb51 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Sat, 4 May 2019 12:00:14 +0200 Subject: [PATCH] Fix variable error php with constant main.inc.php --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {