diff --git a/pandora_console/include/functions_api.php b/pandora_console/include/functions_api.php index c3fd03ffeb..b7916ea9e1 100644 --- a/pandora_console/include/functions_api.php +++ b/pandora_console/include/functions_api.php @@ -8411,6 +8411,7 @@ function api_set_create_group($id, $thrash1, $other, $thrash3) $values['custom_id'] = $safe_other_data[5]; $values['contact'] = $safe_other_data[6]; $values['other'] = $safe_other_data[7]; + $values['max_agents'] = $safe_other_data[8]; $id_group = groups_create_group($group_name, $values);