aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/report.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-12-13 19:19:40 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2012-12-13 19:19:40 -0600
commit249f3c8885d461ae3981dfd7b62093c2175175e3 (patch)
treeb078403292276199d70e0b782b5ebea57285d6e2 /phpBB/report.php
parent84284a9ccee7d5ccc658c3d1f751a5254b3b9175 (diff)
downloadforums-249f3c8885d461ae3981dfd7b62093c2175175e3.tar
forums-249f3c8885d461ae3981dfd7b62093c2175175e3.tar.gz
forums-249f3c8885d461ae3981dfd7b62093c2175175e3.tar.bz2
forums-249f3c8885d461ae3981dfd7b62093c2175175e3.tar.xz
forums-249f3c8885d461ae3981dfd7b62093c2175175e3.zip
[ticket/11103] Instantiate $phpbb_notifications as needed
https://github.com/phpbb/phpbb3/pull/992#discussion_r2413976 PHPBB3-11103
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 . '