diff options
| author | michael pereira | 2011-03-16 10:09:45 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-16 10:09:45 +0100 |
| commit | aa44f9fcb6273a9e20596e788b10c240601c3d1d (patch) | |
| tree | 154813670be6d64322eecdd04084ba232554e3a0 /application/modules/dev/controllers/GroupController.php | |
| parent | Ressource Controller setzt jetzt die Session fuer ausgewaehltes Bootmenuentry (diff) | |
| parent | aufruf verschoben (diff) | |
| download | pbs2-aa44f9fcb6273a9e20596e788b10c240601c3d1d.tar.gz pbs2-aa44f9fcb6273a9e20596e788b10c240601c3d1d.tar.xz pbs2-aa44f9fcb6273a9e20596e788b10c240601c3d1d.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/dev/controllers/GroupController.php')
| -rw-r--r-- | application/modules/dev/controllers/GroupController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/dev/controllers/GroupController.php b/application/modules/dev/controllers/GroupController.php index 0456665..1a063a7 100644 --- a/application/modules/dev/controllers/GroupController.php +++ b/application/modules/dev/controllers/GroupController.php @@ -20,8 +20,8 @@ class dev_GroupController extends Zend_Controller_Action $this->personmapper = new Application_Model_PersonMapper(); $this->rolemapper = new Application_Model_RoleMapper(); $this->groupList = $this->groupMapper->fetchAll(); - } else { - $this->_helper->redirector('dev', 'login', 'auth'); + } else { + $this->_redirect('/dev/login/auth'); } } |
