Fixed bug in export to csv report
Former-commit-id: 4bb84abbbb42945974643207f4976131753ab257
This commit is contained in:
parent
f8ac525281
commit
4c6cd847bd
|
@ -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'];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue