mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'ticket/jellydoughnut/9633' into develop-olympus
This commit is contained in:
commit
6c7d16894b
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ function user_add($user_row, $cp_data = false)
|
|||
if ($config['new_member_group_default'])
|
||||
{
|
||||
group_user_add($add_group_id, $user_id, false, false, true);
|
||||
$user_row['group_id'] = $add_group_id;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue