mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Issue #2016 Fix for forum "New Post" indicator icon.
This commit is contained in:
@@ -349,6 +349,9 @@ require_once(HEADERF);
|
||||
$forumList = $forum->forumGetForumList();
|
||||
$newflag_list = $forum->forumGetUnreadForums();
|
||||
|
||||
$sc->newFlagList = $newflag_list;
|
||||
|
||||
|
||||
if (!$forumList)
|
||||
{
|
||||
$ns->tablerender(LAN_PLUGIN_FORUM_NAME, "<div style='text-align:center'>".LAN_FORUM_0067.'</div>', array('forum', '51'));
|
||||
|
Reference in New Issue
Block a user