aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
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);