From da83bdc7a61c88f3b2ec51aaf129d98315748536 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Wed, 2 Nov 2016 11:23:15 +0100 Subject: [PATCH] Fixed error in networkmaps from php version with deprecated reference values function. Ticket #4164 --- pandora_console/include/functions_pandora_networkmap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_pandora_networkmap.php b/pandora_console/include/functions_pandora_networkmap.php index 1809249f7e..d5149eaf0a 100644 --- a/pandora_console/include/functions_pandora_networkmap.php +++ b/pandora_console/include/functions_pandora_networkmap.php @@ -231,7 +231,7 @@ function networkmap_process_networkmap($id = 0) { if (enterprise_installed()) { enterprise_include_once("include/functions_pandora_networkmap.php"); - save_generate_nodes($id, &$nodes_and_relations); + save_generate_nodes($id, $nodes_and_relations); } $pandorafms_node = $nodes_and_relations['nodes'][0];