Fixed bug in SNMP Wizard
This commit is contained in:
parent
4102f11f6b
commit
45b757b5db
|
@ -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