Fixed label of Pie Custom Graph. Tiquet: #2965

This commit is contained in:
m-lopez-f 2015-11-25 12:50:38 +01:00
parent 7acd0c7446
commit f705fa2563
1 changed files with 1 additions and 0 deletions

View File

@ -1449,6 +1449,7 @@ function graphic_combined_module ($module_list, $weight_list, $period,
else
$label = $data_module['nombre'];
$label = io_safe_output($label);
$temp[$label] = array('value'=>$value,
'unit'=>$data_module['unit']);
}