Merge pull request #11126 from ptibogxiv/patch-171

Fix variable error php with constant main.inc.php
This commit is contained in:
Laurent Destailleur 2019-05-04 12:12:19 +02:00 committed by GitHub
commit a76dcbc3ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
{