mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16146] fix event name in comment
PHPBB3-16146
This commit is contained in:
parent
a1e8282e67
commit
776a7302a4
1 changed files with 1 additions and 1 deletions
|
@ -1579,7 +1579,7 @@ class acp_forums
|
|||
/**
|
||||
* Event when content has been moved from one forum to another
|
||||
*
|
||||
* @event core.acp_manage_forums_move_content
|
||||
* @event core.acp_manage_forums_move_content_after
|
||||
* @var int from_id If of the current parent forum
|
||||
* @var int to_id If of the new parent forum
|
||||
* @var bool sync Shall we sync the "to"-forum's data
|
||||
|
|
Loading…
Add table
Reference in a new issue