mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed the PHP warning with undefined var. TICKET: #1552
(cherry picked from commit 5a5abe8e5318383473657ec31b2e687cae19a598)
This commit is contained in:
parent
1cc9937422
commit
a91cde0748
@ -656,7 +656,7 @@ function process_upload_xml_component($xml) {
|
||||
$tcp_send = $snmp_version;
|
||||
$plugin_user = $auth_user;
|
||||
$plugin_pass = $auth_password;
|
||||
$plugin_parameter = $auth_method;
|
||||
$plugin_parameters = $auth_method;
|
||||
$custom_string_1 = $privacy_method;
|
||||
$custom_string_2 = $privacy_pass;
|
||||
$custom_string_3 = $security_level;
|
||||
|
Loading…
x
Reference in New Issue
Block a user