1
0
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:
Cameron
2016-11-17 16:13:31 -08:00
parent c16939639e
commit e5d9b896ca
3 changed files with 46 additions and 8 deletions

View File

@@ -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'));