mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fixes #4790 - e_DEBUG not defined.
This commit is contained in:
@@ -773,7 +773,7 @@ class page_admin_ui extends e_admin_ui
|
||||
}
|
||||
|
||||
|
||||
if($this->getAction() == 'create' && e_DEBUG === true)
|
||||
if($this->getAction() == 'create' && deftrue('e_DEBUG'))
|
||||
{
|
||||
|
||||
$tmp = e107::getCoreTemplate('page', 'default');
|
||||
|
Reference in New Issue
Block a user