mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed that 'use_agent_alias' cannot be specified in 'set create_network_module'.
This commit is contained in:
parent
768494e796
commit
5ce8d6dafc
@ -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…
x
Reference in New Issue
Block a user