1
0
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:
Cameron
2015-03-08 11:12:42 -07:00
parent 6af0a2901b
commit 3ed8e426e0
4 changed files with 13 additions and 11 deletions

View File

@@ -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);
}