mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed the menu parameter of the area graph function
This commit is contained in:
parent
463f96f123
commit
6d55f515d6
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user