From a88fe290092f0e388329a532da3dfe02851746a9 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Thu, 2 Jun 2016 18:08:15 +0200 Subject: [PATCH] Minor visual fix (cherry picked from commit a15d45fb305992167777ffb0c15b9be7f33182df) --- pandora_console/operation/reporting/graph_viewer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/operation/reporting/graph_viewer.php b/pandora_console/operation/reporting/graph_viewer.php index 7d75e15f97..1296e18619 100644 --- a/pandora_console/operation/reporting/graph_viewer.php +++ b/pandora_console/operation/reporting/graph_viewer.php @@ -169,7 +169,7 @@ if ($view_graph) { echo ""; echo $graph_return; // Add space to the legend transformation - if ($stacked === CUSTOM_GRAPH_VBARS) { + if ($stacked == CUSTOM_GRAPH_VBARS) { echo '



'; } echo "";