mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13637] Update msg_id docblock
Change topic_id to post_id PHPBB3-13637
This commit is contained in:
parent
b8c388f184
commit
0f13635fb8
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ function compose_pm($id, $mode, $action, $user_folders = array())
|
||||||
* Modify the default vars before composing a PM
|
* Modify the default vars before composing a PM
|
||||||
*
|
*
|
||||||
* @event core.ucp_pm_compose_modify_data
|
* @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_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 int to_group_id The id of the group the message is to
|
||||||
* @var bool submit Whether the form has been submitted
|
* @var bool submit Whether the form has been submitted
|
||||||
|
|
Loading…
Add table
Reference in a new issue