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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user