summaryrefslogtreecommitdiffstats
path: root/modules-available/locations
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locations')
-rw-r--r--modules-available/locations/inc/location.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locations/inc/location.inc.php b/modules-available/locations/inc/location.inc.php
index 8f3447da..b2b6da4a 100644
--- a/modules-available/locations/inc/location.inc.php
+++ b/modules-available/locations/inc/location.inc.php
@@ -125,7 +125,7 @@ class Location
return array_values($rows);
}
- private static function buildTree($elements, $parentId = 0)
+ public static function buildTree($elements, $parentId = 0)
{
$branch = array();
$sort = array();