1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 08:06:38 +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

@@ -32,7 +32,7 @@ class ArrayData {
$log->addDebug("Deprecated ArrayStorage Class called by ".str_replace(e_ROOT,"",$d['file'])." on line ".$d['line']);
}
$log->save('DEPRECATED');
$log->save('DEPRECATED',E_LOG_NOTICE,'',false, LOG_TO_ROLLING);
e107::getMessage()->addDebug("Please remove references to <b>arraystorage_class.php</b> and use e107::serialize() and e107::unserialize() instead.");
}