mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Fixed label of Pie Custom Graph. Tiquet: #2965
This commit is contained in:
parent
7acd0c7446
commit
f705fa2563
@ -1449,6 +1449,7 @@ function graphic_combined_module ($module_list, $weight_list, $period,
|
|||||||
else
|
else
|
||||||
$label = $data_module['nombre'];
|
$label = $data_module['nombre'];
|
||||||
|
|
||||||
|
$label = io_safe_output($label);
|
||||||
$temp[$label] = array('value'=>$value,
|
$temp[$label] = array('value'=>$value,
|
||||||
'unit'=>$data_module['unit']);
|
'unit'=>$data_module['unit']);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user