mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
More $admin_log global removal.
This commit is contained in:
@@ -48,7 +48,7 @@ if(isset($_POST['updatesettings']))
|
||||
|
||||
if($changed)
|
||||
{
|
||||
$admin_log->log_event(($pref['maintainance_flag'] == 0) ? 'MAINT_02' : 'MAINT_01', $pref['maintainance_text'], E_LOG_INFORMATIVE, '');
|
||||
e107::getLog()->add(($pref['maintainance_flag'] == 0) ? 'MAINT_02' : 'MAINT_01', $pref['maintainance_text'], E_LOG_INFORMATIVE, '');
|
||||
save_prefs();
|
||||
$mes->addSuccess(UGFLAN_1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user