mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Admin-log speed optimization and minor enhancements.
This commit is contained in:
@@ -27,7 +27,7 @@ class parseXml extends xmlClass // BC with v1.x
|
||||
$log->addDebug('Deprecated XML Parser Used');
|
||||
|
||||
$log->addArray($data);
|
||||
$log->save('DEPRECATED',E_LOG_NOTICE);
|
||||
$log->save('DEPRECATED',E_LOG_NOTICE,'',false, LOG_TO_ROLLING);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user