Fixed missed parameter
This commit is contained in:
parent
876e3dd191
commit
e5ebc52356
|
@ -2090,7 +2090,7 @@ class AgentWizard extends HTML
|
|||
$tmp->id_modulo(MODULE_PLUGIN);
|
||||
|
||||
if ($this->wizardSection === 'snmp_interfaces_explorer'
|
||||
&& empty($candidate['macros']) === true
|
||||
&& empty($candidate['macros']) === false
|
||||
) {
|
||||
// Use definition provided.
|
||||
$tmp->id_plugin($candidate['id_plugin']);
|
||||
|
|
Loading…
Reference in New Issue