From e49edc93d6554d8f124669e379dd9b12685a07fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Gonz=C3=A1lez?= Date: Tue, 4 May 2021 13:48:13 +0200 Subject: [PATCH] Fixed missed parameter --- pandora_console/include/class/AgentWizard.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/class/AgentWizard.class.php b/pandora_console/include/class/AgentWizard.class.php index e7486c3cd8..b72b2985f9 100644 --- a/pandora_console/include/class/AgentWizard.class.php +++ b/pandora_console/include/class/AgentWizard.class.php @@ -2086,7 +2086,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']);