mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed the PHP warning with undefined var. TICKET: #1552
This commit is contained in:
parent
cc08f9e3c9
commit
5a5abe8e53
@ -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…
x
Reference in New Issue
Block a user