mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
PHP Notice removal
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user