mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Flipped behavior of e_DEBUG_MENUMANAGER. New Menu-Manager is now the default.
This commit is contained in:
@@ -16,7 +16,7 @@ if (!getperms("2"))
|
||||
exit;
|
||||
}
|
||||
|
||||
if(e_DEBUG_MENUMANAGER === true)
|
||||
if(!deftrue("e_DEBUG_MENUMANAGER"))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user