Merge branch 'ent-7468-snmp-wizard-modulos-plugin-no-configuran-campo-plugin' into 'develop'
Fixed missed parameter Closes pandora_enterprise#7468 See merge request artica/pandorafms!4097
This commit is contained in:
commit
e3cd5b6d56
|
@ -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']);
|
||||
|
|
Loading…
Reference in New Issue