2012-10-29 Ramon Novoa <rnovoa@artica.es>

* 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
This commit is contained in:
Ramon Novoa 2012-10-29 11:31:38 +00:00
parent 58cbf1a6a0
commit ca6a2a1ff0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-10-29 Ramon Novoa <rnovoa@artica.es>
* include/functions_graph.php: Fixed a path.
2012-10-29 Sergio Martin <sergio.martin@artica.es>
* include/help/en/help_alert_fields_description.php

View File

@ -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);
}