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:
Daniel Rodriguez 2021-02-12 09:39:01 +01:00
commit 6a514a2c99
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}