diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 6dc0f1cc18..201ab6bf50 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -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']); }