aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_reports.php
diff options
context:
space:
mode:
authorZoddo <zoddo.ino@gmail.com>2015-08-30 16:49:25 +0200
committerZoddo <zoddo.ino@gmail.com>2015-08-30 22:43:07 +0200
commit51600b8f181b20d88c42ea2fb6893200e4e955e7 (patch)
treee4370c5f288bab168d1510a6475f9368d910f07c /phpBB/includes/mcp/mcp_reports.php
parent306fbf23a8113e6d9d7160e02889bd10ea24b495 (diff)
downloadforums-51600b8f181b20d88c42ea2fb6893200e4e955e7.tar
forums-51600b8f181b20d88c42ea2fb6893200e4e955e7.tar.gz
forums-51600b8f181b20d88c42ea2fb6893200e4e955e7.tar.bz2
forums-51600b8f181b20d88c42ea2fb6893200e4e955e7.tar.xz
forums-51600b8f181b20d88c42ea2fb6893200e4e955e7.zip
[ticket/9485] Add post_id to relevant $phpbb_log->add()
PHPBB3-9485
Diffstat (limited to 'phpBB/includes/mcp/mcp_reports.php')
-rw-r--r--phpBB/includes/mcp/mcp_reports.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/mcp/mcp_reports.php b/phpBB/includes/mcp/mcp_reports.php
index 3970237058..45265c89e7 100644
--- a/phpBB/includes/mcp/mcp_reports.php
+++ b/phpBB/includes/mcp/mcp_reports.php
@@ -716,6 +716,7 @@ function close_report($report_id_list, $mode, $action, $pm = false)
$phpbb_log->add('mod', $user->data['user_id'], $user->ip, 'LOG_REPORT_' . strtoupper($action) . 'D', false, array(
'forum_id' => $post_info[$report['post_id']]['forum_id'],
'topic_id' => $post_info[$report['post_id']]['topic_id'],
+ 'post_id' => $report['post_id'],
$post_info[$report['post_id']]['post_subject']
));
$phpbb_notifications->delete_notifications('notification.type.report_post', $report['post_id']);