1
0
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:
Cameron
2022-06-12 11:05:05 -07:00
parent 52cf8f5bfa
commit ce3f0be05a
4 changed files with 4 additions and 4 deletions

View File

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