mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fixed missed parameter
This commit is contained in:
parent
f0f7244d84
commit
e49edc93d6
@ -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']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user