From 70e68e776fbb448b1d6cf3e17927a442ba0dad90 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Fri, 16 Jan 2015 13:00:49 +0100 Subject: [PATCH] Fixed the PHP warning with undefined var. TICKET: #1552 --- pandora_console/extensions/resource_registration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/extensions/resource_registration.php b/pandora_console/extensions/resource_registration.php index 1afe93e611..56efebe67b 100755 --- a/pandora_console/extensions/resource_registration.php +++ b/pandora_console/extensions/resource_registration.php @@ -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;