diff options
| author | Simon | 2011-04-01 14:10:15 +0200 |
|---|---|---|
| committer | Simon | 2011-04-01 14:10:15 +0200 |
| commit | 8fa0353205b9622b778bcb084732d276fcf6fd5f (patch) | |
| tree | d33688a9d479661f9a33c48d1a864104af44d555 /application/modules/user/controllers/BootosController.php | |
| parent | user-layout geändert, Menü nur wenn rolle ausgewählt wurde (diff) | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-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.php | 1 |
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); |
