mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Replaced deprecated get_user_data() with e107::user()
This commit is contained in:
@@ -2883,7 +2883,7 @@ class e_parser
|
||||
else
|
||||
{
|
||||
$log = e107::getAdminLog();
|
||||
$log->addDebug('Broken Icon Path: '.$legacyPath, false)->save('IMALAN_00');
|
||||
$log->addDebug('Broken Icon Path: '.$legacyPath."\n".print_r(debug_backtrace(null,2), true), false)->save('IMALAN_00');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user