mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 15:31:41 +02:00
More $admin_log global removal.
This commit is contained in:
@@ -56,7 +56,7 @@ if (isset($_POST['metasubmit']))
|
||||
unset($meta_tag[e_LANGUAGE]);
|
||||
}*/
|
||||
|
||||
$admin_log->log_event('META_01', 'meta_news_summary=>'.$pref['meta_news_summary'].'[!br!]'.e_LANGUAGE, E_LOG_INFORMATIVE, '');
|
||||
e107::getLog()->add('META_01', 'meta_news_summary=>'.$pref['meta_news_summary'].'[!br!]'.e_LANGUAGE, E_LOG_INFORMATIVE, '');
|
||||
save_prefs();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user