diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 3209a61492..36629ebd25 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -6547,7 +6547,7 @@ function reporting_simple_graph($report, $content, $type = 'dinamic', $content['id_agent_module'], $content['period'], $report["datetime"]); - + $return['chart'] = array(); foreach ($data as $d) { $return['chart'][$d['utimestamp']] = $d['data']; }