aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index ae4ce75224..18ee9853b8 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -1333,7 +1333,7 @@ function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id
$sql = "UPDATE " . FORUMS_WATCH_TABLE . "
SET notify_status = 1
WHERE forum_id = $forum_id
- AND user_id IN (" . implode(', ', $update_notification['forum'] . ")";
+ AND user_id IN (" . implode(', ', $update_notification['forum']) . ")";
$db->sql_query($sql);
}
}