mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Log missing legacy icons
This commit is contained in:
@@ -2771,9 +2771,10 @@ class e_parser
|
|||||||
{
|
{
|
||||||
$path = $parm['legacy'].$icon;
|
$path = $parm['legacy'].$icon;
|
||||||
}
|
}
|
||||||
elseif(ADMIN)
|
else
|
||||||
{
|
{
|
||||||
return "Broken Image Path: ".$icon;
|
$log = e107::getAdminLog();
|
||||||
|
$log->addDebug('Broken Icon Path: '.$icon, false)->save('IMALAN_00');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user