diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index 6862e0bef..07c918417 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -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'); } }