Fixed the PHP warning with undefined var. TICKET: #1552
(cherry picked from commit 5a5abe8e53
)
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…
Reference in New Issue