mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias.
This commit is contained in:
@@ -945,7 +945,7 @@ class e_core_session extends e_session
|
||||
|
||||
$details .= $status."\n\n---------------------------------\n\n";
|
||||
|
||||
$log = e107::getAdminLog();
|
||||
$log = e107::getLog();
|
||||
$log->addDebug($details);
|
||||
|
||||
if(deftrue('e_DEBUG_SESSION'))
|
||||
|
Reference in New Issue
Block a user