diff options
author | Zoddo <zoddo.ino@gmail.com> | 2015-08-30 16:49:25 +0200 |
---|---|---|
committer | Zoddo <zoddo.ino@gmail.com> | 2015-08-30 22:43:07 +0200 |
commit | 51600b8f181b20d88c42ea2fb6893200e4e955e7 (patch) | |
tree | e4370c5f288bab168d1510a6475f9368d910f07c /phpBB/includes/mcp/mcp_post.php | |
parent | 306fbf23a8113e6d9d7160e02889bd10ea24b495 (diff) | |
download | forums-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_post.php')
-rw-r--r-- | phpBB/includes/mcp/mcp_post.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/mcp/mcp_post.php b/phpBB/includes/mcp/mcp_post.php index f53f40d66a..e59f0abb04 100644 --- a/phpBB/includes/mcp/mcp_post.php +++ b/phpBB/includes/mcp/mcp_post.php @@ -574,6 +574,7 @@ function change_poster(&$post_info, $userdata) $phpbb_log->add('mod', $user->data['user_id'], $user->ip, 'LOG_MCP_CHANGE_POSTER', false, array( 'forum_id' => $post_info['forum_id'], 'topic_id' => $post_info['topic_id'], + 'post_id' => $post_info['post_id'], $post_info['topic_title'], $from_username, $to_username |