mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/php-events] Fix doc of core.user_set_default_group
PHPBB3-9550
This commit is contained in:
parent
01db8144d4
commit
365d95c1fe
1 changed files with 1 additions and 1 deletions
|
@ -3512,7 +3512,7 @@ function group_set_user_default($group_id, $user_id_ary, $group_attributes = fal
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event when the default group is set for an array of user
|
* Event when the default group is set for an array of users
|
||||||
*
|
*
|
||||||
* @event core.user_set_default_group
|
* @event core.user_set_default_group
|
||||||
* @var int group_id ID of the group
|
* @var int group_id ID of the group
|
||||||
|
|
Loading…
Add table
Reference in a new issue