aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-09-15 13:10:59 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-09-15 13:10:59 +0000
commit36dc2d6e2dc6f213c47fd5dcd4f8fbedb4e068b3 (patch)
tree38e836a359cbc782993b5a1f9a61730fb68e089c /phpBB/includes/functions.php
parent1df914d80ae0bd87837af1604c3b46620a97edea (diff)
downloadforums-36dc2d6e2dc6f213c47fd5dcd4f8fbedb4e068b3.tar
forums-36dc2d6e2dc6f213c47fd5dcd4f8fbedb4e068b3.tar.gz
forums-36dc2d6e2dc6f213c47fd5dcd4f8fbedb4e068b3.tar.bz2
forums-36dc2d6e2dc6f213c47fd5dcd4f8fbedb4e068b3.tar.xz
forums-36dc2d6e2dc6f213c47fd5dcd4f8fbedb4e068b3.zip
Fix login for passworded forums - Bug #51265
Was a regression from r10067 for Bug #50285 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10147 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 092a5d5d86..310bf903c1 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -3050,6 +3050,7 @@ function login_forum_box($forum_data)
page_header($user->lang['LOGIN'], false);
$template->assign_vars(array(
+ 'S_LOGIN_ACTION' => build_url(array('f')),
'S_HIDDEN_FIELDS' => build_hidden_fields(array('f' => $forum_data['forum_id'])))
);