mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
More $admin_log global removal.
This commit is contained in:
@@ -60,7 +60,7 @@ if (isset($_POST['update_theme']))
|
||||
$pref['allow_theme_select'] = $themeeditclass;
|
||||
save_prefs();
|
||||
$woffle = LAN_UMENU_THEME_8.$pref['allowed_themes'].'[!br!]'.LAN_UMENU_THEME_9.$pref['allow_theme_select'];
|
||||
$admin_log->log_event('UTHEME_01',$woffle,E_LOG_INFORMATIVE,'');
|
||||
e107::getLog()->add('UTHEME_01',$woffle,E_LOG_INFORMATIVE,'');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user