1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Notice removal

This commit is contained in:
Cameron 2013-06-18 14:34:57 -07:00
parent e4d2f58f8b
commit 0a2c3402d0

View File

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