diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-18 10:00:39 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-18 10:00:39 +0000 |
| commit | e6f685c25f4f0414972498a2d3389ada3ea44bbc (patch) | |
| tree | 154c465eff37883bca0f134cd31ba697c5e95319 /phpBB/viewforum.php | |
| parent | a64caea9b627cb6fd4b5f9123d3479c08b4328c4 (diff) | |
| download | forums-e6f685c25f4f0414972498a2d3389ada3ea44bbc.tar forums-e6f685c25f4f0414972498a2d3389ada3ea44bbc.tar.gz forums-e6f685c25f4f0414972498a2d3389ada3ea44bbc.tar.bz2 forums-e6f685c25f4f0414972498a2d3389ada3ea44bbc.tar.xz forums-e6f685c25f4f0414972498a2d3389ada3ea44bbc.zip | |
fixing some bugs i introduced while fixing other bugs. :)
git-svn-id: file:///svn/phpbb/trunk@6899 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
| -rw-r--r-- | phpBB/viewforum.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 4dc7768b30..f7c2d1bbdc 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -156,7 +156,7 @@ if (!$auth->acl_get('f_read', $forum_id)) 'S_NO_READ_ACCESS' => true, 'S_AUTOLOGIN_ENABLED' => ($config['allow_autologin']) ? true : false, - 'S_LOGIN_ACTION' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login') . '&redirect=' . urlencode(build_url(array('_f_'))), + 'S_LOGIN_ACTION' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login') . '&redirect=' . urlencode(str_replace('&', '&', build_url(array('_f_')))), )); page_footer(); |
