mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 09:46:46 +02:00
[ticket/11103] Finishing up PM Report notifications
PHPBB3-11103
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user