diff --git a/phpBB/posting.php b/phpBB/posting.php index 8dc1b8fe7e..ef9a0d90ec 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -131,7 +131,7 @@ if ($sql) { $forum_info = array( 'forum_id' => $forum_id, - 'forum_password'=> $forum_password) + 'forum_password'=> $forum_password ); login_forum_box($forum_info);