mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 02:42:40 +02:00
Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias.
This commit is contained in:
@@ -965,7 +965,7 @@ class news_admin_ui extends e_admin_ui
|
||||
|
||||
if(e107::getConfig()->save(false))
|
||||
{
|
||||
e107::getAdminLog()->logArrayDiffs($temp, e107::getPref(), 'NEWS_06');
|
||||
e107::getLog()->logArrayDiffs($temp, e107::getPref(), 'NEWS_06');
|
||||
$this->clearCache();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user