aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/report.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/report.php')
-rw-r--r--phpBB/report.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/report.php b/phpBB/report.php
index 07cec7afbc..f9f6b572ef 100644
--- a/phpBB/report.php
+++ b/phpBB/report.php
@@ -172,6 +172,8 @@ if ($submit && $reason_id)
$db->sql_query($sql);
$report_id = $db->sql_nextid();
+ $phpbb_notifications = $phpbb_container->get('notification_manager');
+
if ($post_id)
{
$sql = 'UPDATE ' . POSTS_TABLE . '