mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-28 10:40:28 +02:00
Fix for bug #517896
git-svn-id: file:///svn/phpbb/trunk@2161 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -428,6 +428,8 @@ $template->assign_vars(array(
|
||||
|
||||
"S_AUTH_LIST" => $s_auth_can,
|
||||
|
||||
"U_VIEW_FORUM" => append_sid("viewforum.$phpEx?" . POST_FORUM_URL ."=$forum_id"),
|
||||
|
||||
"U_MARK_READ" => append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id&mark=topics"))
|
||||
);
|
||||
//
|
||||
|
Reference in New Issue
Block a user