summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/BootosController.php
diff options
context:
space:
mode:
authormichael pereira2011-04-01 13:56:29 +0200
committermichael pereira2011-04-01 13:56:29 +0200
commit2dd4004af95ab7e11813281c19a7e32aa0119e5a (patch)
tree91293df21ae0bc44a2848306d037e6a288a6d711 /application/modules/user/controllers/BootosController.php
parentbootos controller fertig (diff)
downloadpbs2-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.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 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);