mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Fix bug #48345 - Adding users to group - default rank does not changing correctly
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9879 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -2780,7 +2780,7 @@ function group_user_add($group_id, $user_id_ary = false, $username_ary = false,
|
||||
|
||||
if ($default)
|
||||
{
|
||||
group_set_user_default($group_id, $user_id_ary, $group_attributes);
|
||||
group_user_attributes('default', $group_id, $user_id_ary, false, $group_name, $group_attributes);
|
||||
}
|
||||
|
||||
$db->sql_transaction('commit');
|
||||
|
Reference in New Issue
Block a user