From c2ba4e20dbccf17e4d1123819f93b9f7d54c2c99 Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 2 Apr 2018 12:23:47 +0200 Subject: [PATCH] fixed minor error report network interfaces nodo --- pandora_console/include/functions_reporting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index b63b7cd5b9..52aa90b1f5 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -2736,7 +2736,7 @@ function reporting_network_interfaces_report($report, $content, $type = 'dinamic } else{ $network_interfaces_by_agents = agents_get_network_interfaces(false, $filter); - $return = agents_get_network_interfaces_array($network_interfaces_by_agents, $return, $type, $content, $report); + $return = agents_get_network_interfaces_array($network_interfaces_by_agents, $return, $type, $content, $report); metaconsole_restore_db(); } } @@ -2744,7 +2744,7 @@ function reporting_network_interfaces_report($report, $content, $type = 'dinamic } else{ $network_interfaces_by_agents = agents_get_network_interfaces(false, $filter); - agents_get_network_interfaces_array($network_interfaces_by_agents, $return, $type, $content, $report); + $return = agents_get_network_interfaces_array($network_interfaces_by_agents, $return, $type, $content, $report); } return reporting_check_structure_content($return);