mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12335] Fix phpBB version number
PHPBB3-12335
This commit is contained in:
parent
b3b0e5ccf2
commit
1fd1803a3b
1 changed files with 2 additions and 2 deletions
|
@ -327,7 +327,7 @@ class manager
|
||||||
* @event core.grab_profile_fields_data
|
* @event core.grab_profile_fields_data
|
||||||
* @var int|array $user_ids Single user id or an array of ids
|
* @var int|array $user_ids Single user id or an array of ids
|
||||||
* @var array $field_data Array with profile fields data
|
* @var array $field_data Array with profile fields data
|
||||||
* @since 3.1-B3
|
* @since 3.1.0-b3
|
||||||
*/
|
*/
|
||||||
$vars = array('user_ids', 'field_data');
|
$vars = array('user_ids', 'field_data');
|
||||||
extract($this->dispatcher->trigger_event('core.grab_profile_fields_data', compact($vars)));
|
extract($this->dispatcher->trigger_event('core.grab_profile_fields_data', compact($vars)));
|
||||||
|
@ -429,7 +429,7 @@ class manager
|
||||||
* @event core.generate_profile_fields_template_data
|
* @event core.generate_profile_fields_template_data
|
||||||
* @var array profile_row Array with users profile field data
|
* @var array profile_row Array with users profile field data
|
||||||
* @var array tpl_fields Array with template data fields
|
* @var array tpl_fields Array with template data fields
|
||||||
* @since 3.1-B3
|
* @since 3.1.0-b3
|
||||||
*/
|
*/
|
||||||
$vars = array('profile_row', 'tpl_fields');
|
$vars = array('profile_row', 'tpl_fields');
|
||||||
extract($this->dispatcher->trigger_event('core.generate_profile_fields_template_data', compact($vars)));
|
extract($this->dispatcher->trigger_event('core.generate_profile_fields_template_data', compact($vars)));
|
||||||
|
|
Loading…
Add table
Reference in a new issue