From 6d55f515d6ec1b16803953738d6af10412f3c7aa Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Wed, 1 Jun 2016 15:02:10 +0200 Subject: [PATCH] Fixed the menu parameter of the area graph function --- pandora_console/include/graphs/fgraph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/graphs/fgraph.php b/pandora_console/include/graphs/fgraph.php index 9d9808c46c..e8f4b3d1cf 100644 --- a/pandora_console/include/graphs/fgraph.php +++ b/pandora_console/include/graphs/fgraph.php @@ -239,7 +239,7 @@ function area_graph($flash_chart, $chart_data, $width, $height, $color, return ''; } - $menu = (!$dashboard && !$vconsole); + if ($dashboard || $vconsole) $menu = false; if ($flash_chart) { return flot_area_simple_graph(