Fixed bug in export to csv report

Former-commit-id: 4bb84abbbb42945974643207f4976131753ab257
This commit is contained in:
manuel.montes 2019-01-21 16:19:22 +01:00
parent f8ac525281
commit 4c6cd847bd
1 changed files with 1 additions and 1 deletions

View File

@ -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'];
}