mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11144] Add missing {FORUM_NAME} variable [ticket/11144] Add missing {FORUM_NAME} variable Conflicts: phpBB/download/file.php phpBB/styles/prosilver/template/login_forum.html
This commit is contained in:
@@ -228,6 +228,7 @@ if ($post_data['forum_password'])
|
||||
{
|
||||
login_forum_box(array(
|
||||
'forum_id' => $forum_id,
|
||||
'forum_name' => $post_data['forum_name'],
|
||||
'forum_password' => $post_data['forum_password'])
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user