From c3319378a4ca8cccc4c75505d834f23ea17465e2 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 17 May 2017 12:30:24 +0200 Subject: [locations] Make Location::buildTree() public again for now --- modules-available/locations/inc/location.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules-available/locations') 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(); -- cgit v1.2.3-55-g7522