mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:11:47 +02:00
[ticket/11144] Add missing {FORUM_NAME} variable
Replace spaces with tabs PHPBB3-11144
This commit is contained in:
@@ -196,7 +196,7 @@ if ($post_data['forum_password'])
|
||||
{
|
||||
login_forum_box(array(
|
||||
'forum_id' => $forum_id,
|
||||
'forum_name' => $post_data['forum_name'],
|
||||
'forum_name' => $post_data['forum_name'],
|
||||
'forum_password' => $post_data['forum_password'])
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user