mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Mismatch between expected and sent arguments to group_add_users()
git-svn-id: file:///svn/phpbb/trunk@5223 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -218,7 +218,7 @@ function marklist(match, status)
|
||||
$name_ary = array_unique(explode("\n", $name_ary));
|
||||
|
||||
// Add user/s to group
|
||||
if ($error = group_user_add($group_id, false, $name_ary, $group_name, $default, $leader, $group_colour, $group_rank, $group_avatar, $group_avatar_type, $group_avatar_width, $group_avatar_height))
|
||||
if ($error = group_user_add($group_id, false, $name_ary, $group_name, $default, $leader, 0))
|
||||
{
|
||||
trigger_error($user->lang[$error]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user