mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 16:50:07 +02:00
Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias.
This commit is contained in:
@@ -539,7 +539,7 @@ class e_pref extends e_front_model
|
||||
return 0;
|
||||
}
|
||||
|
||||
$log = e107::getAdminLog();
|
||||
$log = e107::getLog();
|
||||
$disallow_logs = $this->getParam('nologs', false);
|
||||
|
||||
//Save to DB
|
||||
|
Reference in New Issue
Block a user