Merge pull request #11126 from ptibogxiv/patch-171
Fix variable error php with constant main.inc.php
This commit is contained in:
commit
a76dcbc3ae
@ -1920,7 +1920,7 @@ function left_menu($menu_array_before, $helppagename = '', $notused = '', $menu_
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (is_array(arrayresult))
|
if (is_array($arrayresult))
|
||||||
{
|
{
|
||||||
foreach($arrayresult as $key => $val)
|
foreach($arrayresult as $key => $val)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user