Fixed wrong array index for id_group

Former-commit-id: d902ec0901657035519912262ab55e5c1e6858e4
This commit is contained in:
Luis Calvo 2019-03-25 12:21:31 +01:00
parent 5411eb9d17
commit 3b4cea9962
1 changed files with 1 additions and 1 deletions

View File

@ -4584,7 +4584,7 @@ function api_set_new_snmp_component($id, $thrash1, $other, $thrash2)
return;
}
$id = network_components_create_network_component($id, $other['data'][0], $other['data'][25], $values);
$id = network_components_create_network_component($id, $other['data'][0], $other['data'][26], $values);
if (!$id) {
returnError('error_set_new_snmp_component', 'Error creating SNMP component.');