1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00

PHP Notice removal

This commit is contained in:
Cameron
2017-02-07 17:54:22 -08:00
parent 4ab47ef67a
commit 4332990199

View File

@@ -3028,7 +3028,7 @@ class e107
$path = $theme.$fname.'.php'; $path = $theme.$fname.'.php';
if(E107_DBG_INCLUDES) if(deftrue('E107_DBG_INCLUDES'))
{ {
self::getMessage()->addDebug("Attempting to Load: ".$path); self::getMessage()->addDebug("Attempting to Load: ".$path);
} }