mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 14:13:03 +02:00
Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias.
This commit is contained in:
@@ -24,7 +24,7 @@ class parseXml extends xmlClass // BC with v1.x
|
||||
function __construct()
|
||||
{
|
||||
$data = debug_backtrace(true);
|
||||
$log = e107::getAdminLog();
|
||||
$log = e107::getLog();
|
||||
$log->addDebug('Deprecated XML Parser Used');
|
||||
|
||||
$log->addArray($data);
|
||||
@@ -50,7 +50,7 @@ class parseXml extends xmlClass // BC with v1.x
|
||||
|
||||
function parseXmlContents ()
|
||||
{
|
||||
$log = e107::getAdminLog();
|
||||
$log = e107::getLog();
|
||||
|
||||
foreach($this -> xmlData as $key => $value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user