summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/controllers/RoleController.php
diff options
context:
space:
mode:
authorSimon2011-03-15 11:15:47 +0100
committerSimon2011-03-15 11:15:47 +0100
commit1c83a304a1619de153649e14730aa05a07a87f10 (patch)
tree7b8002e4e0e0fa65a422eec1d0b25fb5a80cbd7b /application/modules/dev/controllers/RoleController.php
parentdie verschobenen ansichten löschen (diff)
downloadpbs2-1c83a304a1619de153649e14730aa05a07a87f10.tar.gz
pbs2-1c83a304a1619de153649e14730aa05a07a87f10.tar.xz
pbs2-1c83a304a1619de153649e14730aa05a07a87f10.zip
links korrigiert, dev ist nun lauffähig
Diffstat (limited to 'application/modules/dev/controllers/RoleController.php')
-rw-r--r--application/modules/dev/controllers/RoleController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/dev/controllers/RoleController.php b/application/modules/dev/controllers/RoleController.php
index 195accc..2f2de2d 100644
--- a/application/modules/dev/controllers/RoleController.php
+++ b/application/modules/dev/controllers/RoleController.php
@@ -8,7 +8,7 @@ class dev_RoleController extends Zend_Controller_Action
if (Zend_Auth::getInstance()->hasIdentity()) {
} else {
- $this->_helper->redirector('login', 'auth');
+ $this->_helper->redirector('dev', 'login', 'auth');
}
}