From 6d53bd4675e00419bcfcf476b03166b9774bebca Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Tue, 9 Oct 2012 22:28:41 -0500 Subject: [ticket/11103] Finishing up PM Report notifications PHPBB3-11103 --- phpBB/report.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'phpBB/report.php') diff --git a/phpBB/report.php b/phpBB/report.php index 8bede2cffd..dd1cc2514c 100644 --- a/phpBB/report.php +++ b/phpBB/report.php @@ -215,7 +215,10 @@ if ($submit && $reason_id) $lang_success = $user->lang['PM_REPORTED_SUCCESS']; // Notify relevant users - //$phpbb_notifications->add_notifications('report_pm', $report_data); + $phpbb_notifications->add_notifications('report_pm', array_merge($report_data, $row, array( + 'from_user_id' => $report_data['author_id'], + 'report_id' => $report_id, + ))); } meta_refresh(3, $redirect_url); -- cgit v1.2.1