Merge branch 'ent-fix-api-create-network-module' into 'develop'
Fixed that 'use_agent_alias' cannot be specified in 'set create_network_module'. See merge request artica/pandorafms!3832
This commit is contained in:
commit
6a514a2c99
|
@ -3209,7 +3209,7 @@ function api_set_create_network_module($id, $thrash1, $other, $thrash3)
|
|||
|
||||
$agent_by_alias = false;
|
||||
|
||||
if ($other['data'][30] === '1') {
|
||||
if ($other['data'][31] === '1') {
|
||||
$agent_by_alias = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue