diff options
author | Gaëtan Muller <m.gaetan89@gmail.com> | 2013-05-06 21:50:45 +0200 |
---|---|---|
committer | Gaëtan Muller <m.gaetan89@gmail.com> | 2013-05-06 21:50:45 +0200 |
commit | eefcdfa54a80e4f62c88b6758b2e1d22740d1ddd (patch) | |
tree | 76e17afe363c4d57e04db7bf5edc97e4a1d16ea1 /phpBB/posting.php | |
parent | 828d3b6b68acad606fe150cff7993c216ebc4474 (diff) | |
download | forums-eefcdfa54a80e4f62c88b6758b2e1d22740d1ddd.tar forums-eefcdfa54a80e4f62c88b6758b2e1d22740d1ddd.tar.gz forums-eefcdfa54a80e4f62c88b6758b2e1d22740d1ddd.tar.bz2 forums-eefcdfa54a80e4f62c88b6758b2e1d22740d1ddd.tar.xz forums-eefcdfa54a80e4f62c88b6758b2e1d22740d1ddd.zip |
[ticket/11144] Add missing {FORUM_NAME} variable
Replace spaces with tabs
PHPBB3-11144
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index b351f67218..42c4f7bc55 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -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']) ); } |