Fixed the menu parameter of the area graph function

(cherry picked from commit 52d82bcae1127046b081e157bbb1696bc934bcad)
This commit is contained in:
Alejandro Gallardo Escobar 2016-06-01 15:02:10 +02:00
parent decb820659
commit 4473b42657
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ function area_graph($flash_chart, $chart_data, $width, $height, $color,
return '<img src="' . $no_data_image . '" />';
}
$menu = (!$dashboard && !$vconsole);
if ($dashboard || $vconsole) $menu = false;
if ($flash_chart) {
return flot_area_simple_graph(