diff options
author | Simon Rettberg | 2017-05-17 12:30:24 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-05-17 12:30:24 +0200 |
commit | c3319378a4ca8cccc4c75505d834f23ea17465e2 (patch) | |
tree | 6bdbcee4149cfff748e4adcde9dea0343e08d724 /modules-available/locations | |
parent | cron: Clear stucklist on reboot (diff) | |
download | slx-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.php | 2 |
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(); |