mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Log missing legacy icons
This commit is contained in:
@@ -2771,9 +2771,10 @@ class e_parser
|
||||
{
|
||||
$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