From ca6a2a1ff00e7a862c1a565ccaf725309b4e5f5e Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Mon, 29 Oct 2012 11:31:38 +0000 Subject: [PATCH] 2012-10-29 Ramon Novoa * include/functions_graph.php: Fixed a path. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7105 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/include/functions_graph.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 03eaf62d22..b07428e538 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-10-29 Ramon Novoa + + * include/functions_graph.php: Fixed a path. + 2012-10-29 Sergio Martin * include/help/en/help_alert_fields_description.php diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index adeb0b9b77..430b270b2e 100755 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -2817,7 +2817,7 @@ function graph_netflow_aggregate_pie ($data, $aggregate, $ttl = 1, $only_image = } return pie3d_graph($flash_chart, $values, 320, 200, - __('Other'), '', $config['homedir'] . "/images/logo_vertical_water.png", + __('Other'), $config['homeurl'], $config['homedir'] . "/images/logo_vertical_water.png", $config['fontpath'], $config['font_size'], $ttl); }