[ticket/15471] Fix event documentation for core.prune_forums_settings_confirm

PHPBB3-15471
This commit is contained in:
Daniel Sinn 2017-12-18 08:14:42 -05:00
parent 5b22ccfa76
commit bf55546d2d

View file

@ -183,7 +183,7 @@ class acp_prune
* Use this event to pass data from the prune form to the confirmation screen * Use this event to pass data from the prune form to the confirmation screen
* *
* @event core.prune_forums_settings_confirm * @event core.prune_forums_settings_confirm
* @var int[] hidden_fields The IDs of the topics to be deleted * @var array hidden_fields Hidden fields that are passed through the confirm screen
* @since 3.2.2-RC1 * @since 3.2.2-RC1
*/ */
$vars = array('hidden_fields'); $vars = array('hidden_fields');