summaryrefslogtreecommitdiffstats
path: root/modules-available/locations
diff options
context:
space:
mode:
authorSimon Rettberg2017-05-17 12:30:24 +0200
committerSimon Rettberg2017-05-17 12:30:24 +0200
commitc3319378a4ca8cccc4c75505d834f23ea17465e2 (patch)
tree6bdbcee4149cfff748e4adcde9dea0343e08d724 /modules-available/locations
parentcron: Clear stucklist on reboot (diff)
downloadslx-admin-c3319378a4ca8cccc4c75505d834f23ea17465e2.tar.gz
slx-admin-c3319378a4ca8cccc4c75505d834f23ea17465e2.tar.xz
slx-admin-c3319378a4ca8cccc4c75505d834f23ea17465e2.zip
[locations] Make Location::buildTree() public again for now
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();