mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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
This commit is contained in:
parent
1df914d80a
commit
36dc2d6e2d
1 changed files with 1 additions and 0 deletions
|
@ -3050,6 +3050,7 @@ function login_forum_box($forum_data)
|
||||||
page_header($user->lang['LOGIN'], false);
|
page_header($user->lang['LOGIN'], false);
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
|
'S_LOGIN_ACTION' => build_url(array('f')),
|
||||||
'S_HIDDEN_FIELDS' => build_hidden_fields(array('f' => $forum_data['forum_id'])))
|
'S_HIDDEN_FIELDS' => build_hidden_fields(array('f' => $forum_data['forum_id'])))
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue