mirror of
https://github.com/e107inc/e107.git
synced 2025-04-16 18:42:01 +02:00
Minor LAN correction
This commit is contained in:
parent
98688f5aea
commit
6dd2738e0b
@ -243,7 +243,7 @@ $newflag_list = $forum->forumGetUnreadForums();
|
||||
|
||||
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);
|
||||
exit;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user