From 59f33929fc5dfe38def42abeedb055ea0db8f2ea Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Mon, 18 Apr 2016 14:18:44 +0200 Subject: [PATCH] Add include in functio to fixed problem. (cherry picked from commit 09f5f484a8ac357fa1c2477493b2470dfa19ff19) --- pandora_console/include/graphs/fgraph.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/include/graphs/fgraph.php b/pandora_console/include/graphs/fgraph.php index 1cc8f785b7..ea396467d9 100644 --- a/pandora_console/include/graphs/fgraph.php +++ b/pandora_console/include/graphs/fgraph.php @@ -221,6 +221,7 @@ function area_graph($flash_chart, $chart_data, $width, $height, $color, $series_suffix_str = '', $menu = true, $backgroundColor = 'white', $dashboard = false, $vconsole = false, $agent_module_id = 0) { + include_once('functions_flot.php'); setup_watermark($water_mark, $water_mark_file, $water_mark_url);