mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 04:40:44 +02:00
Minor LAN correction
This commit is contained in:
@@ -243,7 +243,7 @@ $newflag_list = $forum->forumGetUnreadForums();
|
|||||||
|
|
||||||
if (!$forumList)
|
if (!$forumList)
|
||||||
{
|
{
|
||||||
$ns->tablerender(PAGE_NAME, "<div style='text-align:center'>".LAN_FORUM_0067.'</div>', array('forum', '51'));
|
$ns->tablerender(LAN_FORUM_0001, "<div style='text-align:center'>".LAN_FORUM_0067.'</div>', array('forum', '51'));
|
||||||
require_once(FOOTERF);
|
require_once(FOOTERF);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user