diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2013-10-16 16:32:40 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2013-10-16 16:32:40 +0200 |
| commit | 3c9a8a3788f4dda1ef16430f16d6392a9e6f8dad (patch) | |
| tree | 4f20a28e18982eb2b40e5258f09b124c11f11ef2 /phpBB/includes/acp/acp_forums.php | |
| parent | e04a06ab94ed5057ae050c48a14eba3b5ee99459 (diff) | |
| download | forums-3c9a8a3788f4dda1ef16430f16d6392a9e6f8dad.tar forums-3c9a8a3788f4dda1ef16430f16d6392a9e6f8dad.tar.gz forums-3c9a8a3788f4dda1ef16430f16d6392a9e6f8dad.tar.bz2 forums-3c9a8a3788f4dda1ef16430f16d6392a9e6f8dad.tar.xz forums-3c9a8a3788f4dda1ef16430f16d6392a9e6f8dad.zip | |
[ticket/11924] Fix some minor issues with the php event docs
PHPBB3-11924
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 258aabcc0d..029f4b23c9 100644 --- a/phpBB/includes/acp/acp_forums.php +++ b/phpBB/includes/acp/acp_forums.php @@ -1470,7 +1470,7 @@ class acp_forums /** * Event when we move content from one forum to another * - * @event core.acp_manage_forums_move_children + * @event core.acp_manage_forums_move_content * @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 |
