summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/controllers/GroupController.php
diff options
context:
space:
mode:
authorSimon2011-03-15 16:23:59 +0100
committerSimon2011-03-15 16:23:59 +0100
commit8390c2df1194f95807cef8fe0d11d742e9d6d6cc (patch)
tree456a9f104f5155981128b45b447785c45f75c58a /application/modules/dev/controllers/GroupController.php
parentController für User-Module erstellt (diff)
downloadpbs2-8390c2df1194f95807cef8fe0d11d742e9d6d6cc.tar.gz
pbs2-8390c2df1194f95807cef8fe0d11d742e9d6d6cc.tar.xz
pbs2-8390c2df1194f95807cef8fe0d11d742e9d6d6cc.zip
links für dev korrigiert
Diffstat (limited to 'application/modules/dev/controllers/GroupController.php')
-rw-r--r--application/modules/dev/controllers/GroupController.php4
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');
}
}