Author: acydburn
Date: Tue Sep 15 14:10:59 2009
New Revision: 10147
Log:
Fix login for passworded forums - Bug #51265
Was a regression from r10067 for Bug #50285
Modified:
branches/phpBB-3_0_0/phpBB/includes/functions.php
Modified: branches/phpBB-3_0_0/phpBB/includes/functions.php
==============================================================================
*** branches/phpBB-3_0_0/phpBB/includes/functions.php (original)
--- branches/phpBB-3_0_0/phpBB/includes/functions.php Tue Sep 15 14:10:59 2009
***************
*** 3050,3055 ****
--- 3050,3056 ----
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'])))
);
|