1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/14492] Update versions in files

PHPBB3-14492
This commit is contained in:
Marc Alexander
2016-09-09 22:59:58 +02:00
parent afe16a6272
commit c54838b25f
4 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ class acp_help_phpbb
*
* @event core.acp_help_phpbb_submit_before
* @var boolean submit Do we display the form or process the submission
* @since 3.2.0-b2
* @since 3.2.0-RC2
*/
$vars = array('submit');
extract($phpbb_dispatcher->trigger_event('core.acp_help_phpbb_submit_before', compact($vars)));