Merge branch '2176-SNMP-Wizard-Nombres-de-modulos-con-entities2' into 'develop'
Fixed bug in SNMP Wizard See merge request artica/pandorafms!1929
This commit is contained in:
commit
33603a79d8
|
@ -261,7 +261,7 @@ if ($snmpwalk) {
|
|||
}
|
||||
|
||||
if ($create_modules) {
|
||||
$modules = get_parameter("module", array());
|
||||
$modules = io_safe_output(get_parameter("module", array()));
|
||||
|
||||
$devices = array();
|
||||
$processes = array();
|
||||
|
|
Loading…
Reference in New Issue