Fixed missed parameter

This commit is contained in:
José González 2021-05-04 13:48:13 +02:00 committed by fbsanchez
parent 876e3dd191
commit e5ebc52356
1 changed files with 1 additions and 1 deletions

View File

@ -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']);