summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/inc/location.inc.php
diff options
context:
space:
mode:
authorUdo Walter2017-04-25 14:50:37 +0200
committerUdo Walter2017-04-25 14:50:37 +0200
commit3e4c27599f920e6f630f048f494f5d196fc81b8e (patch)
tree77c61e2867f26fbbfe928266d433652a3248053e /modules-available/locations/inc/location.inc.php
parentMerge branches 'master' and 'permission-manager' of git.openslx.org:openslx-n... (diff)
downloadslx-admin-3e4c27599f920e6f630f048f494f5d196fc81b8e.tar.gz
slx-admin-3e4c27599f920e6f630f048f494f5d196fc81b8e.tar.xz
slx-admin-3e4c27599f920e6f630f048f494f5d196fc81b8e.zip
[permissionmanager] added possibility to get a list of allowed locations for a given permission + bugfixes
Diffstat (limited to 'modules-available/locations/inc/location.inc.php')
-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 73080094..3c9775ef 100644
--- a/modules-available/locations/inc/location.inc.php
+++ b/modules-available/locations/inc/location.inc.php
@@ -8,7 +8,7 @@ class Location
private static $treeCache = false;
private static $subnetMapCache = false;
- private static function getTree()
+ public static function getTree()
{
if (self::$treeCache === false) {
self::$treeCache = self::queryLocations();