diff options
| author | michael pereira | 2011-04-06 00:42:25 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-06 00:42:25 +0200 |
| commit | 87a4025046e739df02bf07f931a3e87dc7ca8a41 (patch) | |
| tree | 3edb663b624be93ed85240ab23fb2def85b2d966 /application/modules/user/controllers/PrebootController.php | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-87a4025046e739df02bf07f931a3e87dc7ca8a41.tar.gz pbs2-87a4025046e739df02bf07f931a3e87dc7ca8a41.tar.xz pbs2-87a4025046e739df02bf07f931a3e87dc7ca8a41.zip | |
bootmenu fix
Diffstat (limited to 'application/modules/user/controllers/PrebootController.php')
| -rw-r--r-- | application/modules/user/controllers/PrebootController.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/application/modules/user/controllers/PrebootController.php b/application/modules/user/controllers/PrebootController.php index 5e09721..b630267 100644 --- a/application/modules/user/controllers/PrebootController.php +++ b/application/modules/user/controllers/PrebootController.php @@ -52,10 +52,7 @@ class User_PrebootController extends Zend_Controller_Action $pbsNotifier = new Pbs_Notifier(); $this->view->notification = $pbsNotifier->notify('update',$result); } - - $groupMapper = new Application_Model_GroupMapper(); - $personMapper = new Application_Model_PersonMapper(); - + $groupID = $this->membership->getGroupID(); //ACL Darf er PrebootMenu sehen? |
