mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Notice removal
This commit is contained in:
parent
e4d2f58f8b
commit
0a2c3402d0
@ -63,10 +63,8 @@ class e_menu
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// print_a($eMenuArea);
|
||||
if($_SERVER['E_DEV_MENU'] == 'true') // New in v2.x
|
||||
if(varset($_SERVER['E_DEV_MENU']) == 'true') // New in v2.x
|
||||
{
|
||||
$layouts = e107::getPref('menu_layouts');
|
||||
if(!is_array($layouts))
|
||||
|
Loading…
x
Reference in New Issue
Block a user