From 8390c2df1194f95807cef8fe0d11d742e9d6d6cc Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 15 Mar 2011 16:23:59 +0100 Subject: links für dev korrigiert --- application/modules/dev/controllers/GroupController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/modules/dev/controllers/GroupController.php') 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'); } } -- cgit v1.2.3-55-g7522