aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_main.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-07-14 20:14:28 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-07-14 20:14:28 +0200
commitd47a22dda0c94c34bd3673c838ec7606fb6dbeee (patch)
tree88dc516801ff9792649bb9c646e786b0d5a2686d /phpBB/includes/mcp/mcp_main.php
parent61bca182f6b6825c687e5049718a5567aaf04610 (diff)
parentd53f75f6682883fce060d9aecae2a5639d0bf7f1 (diff)
downloadforums-d47a22dda0c94c34bd3673c838ec7606fb6dbeee.tar
forums-d47a22dda0c94c34bd3673c838ec7606fb6dbeee.tar.gz
forums-d47a22dda0c94c34bd3673c838ec7606fb6dbeee.tar.bz2
forums-d47a22dda0c94c34bd3673c838ec7606fb6dbeee.tar.xz
forums-d47a22dda0c94c34bd3673c838ec7606fb6dbeee.zip
Merge pull request #4381 from wesleyfok/ticket/14709
[ticket/14709] add post_id to mod log
Diffstat (limited to 'phpBB/includes/mcp/mcp_main.php')
-rw-r--r--phpBB/includes/mcp/mcp_main.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php
index 9702056d7b..d5ed5522f2 100644
--- a/phpBB/includes/mcp/mcp_main.php
+++ b/phpBB/includes/mcp/mcp_main.php
@@ -1012,6 +1012,7 @@ function mcp_delete_post($post_ids, $is_soft = false, $soft_delete_reason = '',
$approve_log[] = array(
'forum_id' => $post_data['forum_id'],
'topic_id' => $post_data['topic_id'],
+ 'post_id' => $post_id,
'post_subject' => $post_data['post_subject'],
'poster_id' => $post_data['poster_id'],
'post_username' => $post_data['post_username'],