From 23c912267627d0386bfeacf589471e5fcee7b545 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 27 Oct 2016 17:24:43 +0200 Subject: [PATCH] fixed error in sample graph (cherry picked from commit eb450ff334b26c168872fb258094fd748cc54c7f) --- pandora_console/include/functions_reporting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index ac177564ac..0cbfc74699 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -4481,7 +4481,7 @@ function reporting_simple_graph($report, $content, $type = 'dinamic', false, $width, $height, - $label, + '
' . $label, '', false, $only_avg, @@ -4506,7 +4506,7 @@ function reporting_simple_graph($report, $content, $type = 'dinamic', false, $width, $height, - $label, + '
' . $label, '', false, $only_avg,