1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 09:30:34 +01:00

[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
*
* @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
*/
$vars = array('hidden_fields');