From 0f13635fb86fbe97f4f371f04b42fb7af6ba85a6 Mon Sep 17 00:00:00 2001 From: Kailey Truscott Date: Thu, 5 Mar 2015 13:28:19 -0500 Subject: [PATCH] [ticket/13637] Update msg_id docblock Change topic_id to post_id PHPBB3-13637 --- phpBB/includes/ucp/ucp_pm_compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php index c5d87553e0..51018e3a5d 100644 --- a/phpBB/includes/ucp/ucp_pm_compose.php +++ b/phpBB/includes/ucp/ucp_pm_compose.php @@ -94,7 +94,7 @@ function compose_pm($id, $mode, $action, $user_folders = array()) * Modify the default vars before composing a PM * * @event core.ucp_pm_compose_modify_data - * @var int msg_id topic_id in the page request + * @var int msg_id post_id in the page request * @var int to_user_id The id of whom the message is to * @var int to_group_id The id of the group the message is to * @var bool submit Whether the form has been submitted