diff options
| author | michael pereira | 2011-04-01 13:56:29 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-01 13:56:29 +0200 |
| commit | 2dd4004af95ab7e11813281c19a7e32aa0119e5a (patch) | |
| tree | 91293df21ae0bc44a2848306d037e6a288a6d711 /application/modules/user/controllers/BootosController.php | |
| parent | bootos controller fertig (diff) | |
| download | pbs2-2dd4004af95ab7e11813281c19a7e32aa0119e5a.tar.gz pbs2-2dd4004af95ab7e11813281c19a7e32aa0119e5a.tar.xz pbs2-2dd4004af95ab7e11813281c19a7e32aa0119e5a.zip | |
bootmenu
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 39341e9..f026e67 100644 --- a/application/modules/user/controllers/BootosController.php +++ b/application/modules/user/controllers/BootosController.php @@ -90,6 +90,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); |
