1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 00:21:02 +01:00

[ticket/15431] Fixed event argument description

PHPBB3-15431
This commit is contained in:
kasimi 2017-11-08 14:45:33 +01:00
parent be15e26e5f
commit 0409191be9
No known key found for this signature in database
GPG Key ID: 3163AB573241193A

View File

@ -561,7 +561,7 @@ class ucp_register
* @var array template_vars Array with template data
* @var array data Array with user data
* @var array error Array with errors
* @var array s_hidden_fields Array hidden form fields
* @var string s_hidden_fields HTML with hidden form field elements
* @var string tpl_name Template name
* @var string page_title Page title
* @since 3.2.2-RC1