aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-03-18 10:14:37 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-03-18 10:14:37 +0000
commit221001a6dc86c7cd9246b6614adb24c1d88c0067 (patch)
treefec8527d1155e682313965398d44554636ae9b4f /phpBB/viewforum.php
parentafba17e5620891c54b606e218163a5845262bada (diff)
downloadforums-221001a6dc86c7cd9246b6614adb24c1d88c0067.tar
forums-221001a6dc86c7cd9246b6614adb24c1d88c0067.tar.gz
forums-221001a6dc86c7cd9246b6614adb24c1d88c0067.tar.bz2
forums-221001a6dc86c7cd9246b6614adb24c1d88c0067.tar.xz
forums-221001a6dc86c7cd9246b6614adb24c1d88c0067.zip
- some changes to the recent session change
- display errors on inserting sessions - fix database updater git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8438 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index 878791088d..e8e6fab47a 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -158,7 +158,7 @@ if (!$auth->acl_get('f_read', $forum_id))
$template->assign_vars(array(
'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') . '&amp;redirect=' . urlencode(str_replace('&amp;', '&', build_url(array('_f_')))),
+ 'S_LOGIN_ACTION' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login') . '&amp;redirect=' . urlencode(str_replace('&amp;', '&', build_url())),
));
page_footer();