mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed the menu parameter of the area graph function
(cherry picked from commit 52d82bcae1127046b081e157bbb1696bc934bcad)
This commit is contained in:
parent
decb820659
commit
4473b42657
@ -239,7 +239,7 @@ function area_graph($flash_chart, $chart_data, $width, $height, $color,
|
|||||||
return '<img src="' . $no_data_image . '" />';
|
return '<img src="' . $no_data_image . '" />';
|
||||||
}
|
}
|
||||||
|
|
||||||
$menu = (!$dashboard && !$vconsole);
|
if ($dashboard || $vconsole) $menu = false;
|
||||||
|
|
||||||
if ($flash_chart) {
|
if ($flash_chart) {
|
||||||
return flot_area_simple_graph(
|
return flot_area_simple_graph(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user