Fixed bug in SNMP Wizard

This commit is contained in:
manuel.montes 2018-11-05 14:17:43 +01:00
parent 4102f11f6b
commit 45b757b5db
1 changed files with 1 additions and 1 deletions

View File

@ -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();