diff options
author | oxcom <andrii@crytek.de> | 2019-09-03 08:15:00 +0200 |
---|---|---|
committer | oxcom <andrii@crytek.de> | 2019-09-03 08:15:00 +0200 |
commit | 776a7302a4daf88ce760e89c6f9617482c0ae5e5 (patch) | |
tree | 69265954c9f0d2369cab735ebef32b00781c0f13 /phpBB/includes/acp/acp_forums.php | |
parent | a1e8282e672e0cddd2239c1ece30cf6eb96a09eb (diff) | |
download | forums-776a7302a4daf88ce760e89c6f9617482c0ae5e5.tar forums-776a7302a4daf88ce760e89c6f9617482c0ae5e5.tar.gz forums-776a7302a4daf88ce760e89c6f9617482c0ae5e5.tar.bz2 forums-776a7302a4daf88ce760e89c6f9617482c0ae5e5.tar.xz forums-776a7302a4daf88ce760e89c6f9617482c0ae5e5.zip |
[ticket/16146] fix event name in comment
PHPBB3-16146
Diffstat (limited to 'phpBB/includes/acp/acp_forums.php')
-rw-r--r-- | phpBB/includes/acp/acp_forums.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_forums.php b/phpBB/includes/acp/acp_forums.php index 03c178f968..25545e9265 100644 --- a/phpBB/includes/acp/acp_forums.php +++ b/phpBB/includes/acp/acp_forums.php @@ -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 |