Fixed the PHP warning with undefined var. TICKET: #1552

This commit is contained in:
mdtrooper 2015-01-16 13:00:49 +01:00
parent 0a440312d2
commit 70e68e776f
1 changed files with 1 additions and 1 deletions

View File

@ -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;