diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c85183f9b2..72e0bf7e37 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2012-06-11 Dario Rodriguez + + * operation/tree.php: Include functions_gis.php file that + was missing. + + MERGED FROM 4.0.2 + 2012-06-11 Juan Manuel Ramon * include/functions.php: Added pass of check_referer by url to diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index 1a5586e0f2..85d0ef86f5 100644 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -32,6 +32,7 @@ if (is_ajax ()) require_once ($config["homedir"] . '/include/functions_graph.php'); include_graphs_dependencies(); require_once ($config['homedir'] . '/include/functions_groups.php'); + require_once ($config['homedir'] . '/include/functions_gis.php'); $agent = db_get_row ("tagente", "id_agente", $id_agente);