mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/11144] Add missing {FORUM_NAME} variable
Replace spaces with tabs PHPBB3-11144
This commit is contained in:
parent
828d3b6b68
commit
eefcdfa54a
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ if ($post_data['forum_password'])
|
||||||
{
|
{
|
||||||
login_forum_box(array(
|
login_forum_box(array(
|
||||||
'forum_id' => $forum_id,
|
'forum_id' => $forum_id,
|
||||||
'forum_name' => $post_data['forum_name'],
|
'forum_name' => $post_data['forum_name'],
|
||||||
'forum_password' => $post_data['forum_password'])
|
'forum_password' => $post_data['forum_password'])
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue