summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/BootosController.php
diff options
context:
space:
mode:
authorSimon2011-04-01 14:10:15 +0200
committerSimon2011-04-01 14:10:15 +0200
commit8fa0353205b9622b778bcb084732d276fcf6fd5f (patch)
treed33688a9d479661f9a33c48d1a864104af44d555 /application/modules/user/controllers/BootosController.php
parentuser-layout geändert, Menü nur wenn rolle ausgewählt wurde (diff)
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-8fa0353205b9622b778bcb084732d276fcf6fd5f.tar.gz
pbs2-8fa0353205b9622b778bcb084732d276fcf6fd5f.tar.xz
pbs2-8fa0353205b9622b778bcb084732d276fcf6fd5f.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/controllers/BootosController.php')
-rw-r--r--application/modules/user/controllers/BootosController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/user/controllers/BootosController.php b/application/modules/user/controllers/BootosController.php
index a30ba05..eae0dcf 100644
--- a/application/modules/user/controllers/BootosController.php
+++ b/application/modules/user/controllers/BootosController.php
@@ -109,6 +109,7 @@ class user_BootosController extends Zend_Controller_Action
$groupgroupsMapper = new Application_Model_GroupGroupsMapper();
$childgroups = count($groupgroupsMapper->getChildGroups($groupID));
+ //TODO nur configs von admins
$configMapper = new Application_Model_ConfigMapper();
$configlist = $configMapper->findBy("groupID", $groupID);