mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
More $admin_log global removal.
This commit is contained in:
@@ -87,7 +87,7 @@ $ns->tablerender($caption, $mes->render() . $text);
|
||||
if($action == "delete")
|
||||
{
|
||||
$sql->db_Delete('newsfeed', 'newsfeed_id='.$id);
|
||||
$admin_log->log_event('NEWSFD_03','ID: '.$id,E_LOG_INFORMATIVE,'');
|
||||
e107::getLog()->add('NEWSFD_03','ID: '.$id,E_LOG_INFORMATIVE,'');
|
||||
$mes->addSuccess(LAN_DELETED);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user