diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php index a5b60f242..aa18a2364 100644 --- a/e107_handlers/e107_class.php +++ b/e107_handlers/e107_class.php @@ -3028,7 +3028,7 @@ class e107 $path = $theme.$fname.'.php'; - if(E107_DBG_INCLUDES) + if(deftrue('E107_DBG_INCLUDES')) { self::getMessage()->addDebug("Attempting to Load: ".$path); }