mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
[ticket/9485] Add post_id to relevant $phpbb_log->add()
PHPBB3-9485
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user