diff options
author | Kailey Truscott <kinerity@yahoo.com> | 2015-03-05 13:28:19 -0500 |
---|---|---|
committer | Kailey Truscott <kinerity@yahoo.com> | 2015-03-05 13:28:19 -0500 |
commit | 0f13635fb86fbe97f4f371f04b42fb7af6ba85a6 (patch) | |
tree | 1fb6ccf62c69ae83e91af963fca0a0148c567c24 /phpBB | |
parent | b8c388f1841e8e83e674ca46321298394d477350 (diff) | |
download | forums-0f13635fb86fbe97f4f371f04b42fb7af6ba85a6.tar forums-0f13635fb86fbe97f4f371f04b42fb7af6ba85a6.tar.gz forums-0f13635fb86fbe97f4f371f04b42fb7af6ba85a6.tar.bz2 forums-0f13635fb86fbe97f4f371f04b42fb7af6ba85a6.tar.xz forums-0f13635fb86fbe97f4f371f04b42fb7af6ba85a6.zip |
[ticket/13637] Update msg_id docblock
Change topic_id to post_id
PHPBB3-13637
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/ucp/ucp_pm_compose.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |