Fix variable error php with constant main.inc.php

This commit is contained in:
ptibogxiv 2019-05-04 12:00:14 +02:00 committed by GitHub
parent 648b2506ab
commit d7504bb3f6
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)
{