Fixed the PHP warning with undefined var. TICKET: #1552
This commit is contained in:
parent
0a440312d2
commit
70e68e776f
|
@ -654,7 +654,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