1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +02:00

Corrects wrapping buttons issue in admin and some LAN issues.

This commit is contained in:
Cameron
2013-02-27 00:44:58 -08:00
parent b1bc9c6a11
commit 4259b435f3
7 changed files with 39 additions and 17 deletions

View File

@@ -174,8 +174,8 @@ class news {
$data['data']['news_id'] = $news['news_id'];
e107::getEvent()->trigger('newsupd', $data['data']);
$message = LAN_NEWS_21;
$emessage->add(LAN_NEWS_21, E_MESSAGE_SUCCESS, $smessages);
$message = LAN_UPDATED;
$emessage->add(LAN_UPDATED, E_MESSAGE_SUCCESS, $smessages);
e107::getCache()->clear('news.php');