Fixed missed parameter

This commit is contained in:
José González 2021-05-04 13:48:13 +02:00
parent f0f7244d84
commit e49edc93d6

View File

@ -2086,7 +2086,7 @@ class AgentWizard extends HTML
$tmp->id_modulo(MODULE_PLUGIN); $tmp->id_modulo(MODULE_PLUGIN);
if ($this->wizardSection === 'snmp_interfaces_explorer' if ($this->wizardSection === 'snmp_interfaces_explorer'
&& empty($candidate['macros']) === true && empty($candidate['macros']) === false
) { ) {
// Use definition provided. // Use definition provided.
$tmp->id_plugin($candidate['id_plugin']); $tmp->id_plugin($candidate['id_plugin']);