diff options
-rw-r--r-- | phpBB/phpbb/profilefields/manager.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/profilefields/manager.php b/phpBB/phpbb/profilefields/manager.php index 5b326fe39c..7d545a5f72 100644 --- a/phpBB/phpbb/profilefields/manager.php +++ b/phpBB/phpbb/profilefields/manager.php @@ -325,8 +325,8 @@ class manager * Event to modify profile fields data retrieved from the database * * @event core.grab_profile_fields_data - * @var array $user_ids Single user id or an array of ids - * @var array $field_data Array with profile fields data + * @var array user_ids Single user id or an array of ids + * @var array field_data Array with profile fields data * @since 3.1.0-b3 */ $vars = array('user_ids', 'field_data'); |