[ticket/11144] Add missing {FORUM_NAME} variable

Replace spaces with tabs

PHPBB3-11144
This commit is contained in:
Gaëtan Muller 2013-05-06 21:50:45 +02:00
parent 828d3b6b68
commit eefcdfa54a

View file

@ -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'])
);
}