mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Fixed viewforum/admin_forum bug for guests
git-svn-id: file:///svn/phpbb/trunk@1951 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
569666ecb2
commit
f6eaedcd8d
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ elseif( $HTTP_GET_VARS['pane'] == 'right' )
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$location_url = append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=" . $onlinerow_guest[$i]['session_page']);
|
$location_url = append_sid("admin_forums.$phpEx?mode=editforum&" . POST_FORUM_URL . "=" . $onlinerow_guest[$i]['session_page']);
|
||||||
$location = $forum_data[$onlinerow_guest[$i]['session_page']];
|
$location = $forum_data[$onlinerow_guest[$i]['session_page']];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue