1
0
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:
Cameron
2014-01-15 04:06:14 -08:00
parent e323418ab2
commit 3982066b1d

View File

@@ -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');
}
}