summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/PersonController.php
diff options
context:
space:
mode:
authorSimon2011-04-18 13:16:23 +0200
committerSimon2011-04-18 13:16:23 +0200
commit5d621c6ce29d2059480b3283daf14162c74365db (patch)
treeb5a03476811146b35d3aa95a1afd746ef9518509 /application/modules/user/controllers/PersonController.php
parentRole Controller geƤndert (diff)
downloadpbs2-5d621c6ce29d2059480b3283daf14162c74365db.tar.gz
pbs2-5d621c6ce29d2059480b3283daf14162c74365db.tar.xz
pbs2-5d621c6ce29d2059480b3283daf14162c74365db.zip
Rechte in PersonController korrigiert
Diffstat (limited to 'application/modules/user/controllers/PersonController.php')
-rw-r--r--application/modules/user/controllers/PersonController.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/modules/user/controllers/PersonController.php b/application/modules/user/controllers/PersonController.php
index d70067a..76cd958 100644
--- a/application/modules/user/controllers/PersonController.php
+++ b/application/modules/user/controllers/PersonController.php
@@ -58,11 +58,11 @@ class user_PersonController extends Zend_Controller_Action
$this->_redirect('/user');
}
$this->view->showRight = Pbs_Acl::checkRight('psod');
- $this->view->editRight = Pbs_Acl::checkRight('peoa');
- $this->view->deleteRight = Pbs_Acl::checkRight('pd');
+ $this->view->editRight = Pbs_Acl::checkRight('peod');
+ $this->view->deleteRight = Pbs_Acl::checkRight('pdo');
$this->view->showOtherRight = Pbs_Acl::checkRight('psood');
$this->view->editOtherRight = Pbs_Acl::checkRight('peoa');
- $this->view->deleteOtherRight = Pbs_Acl::checkRight('pdo');
+ $this->view->deleteOtherRight = Pbs_Acl::checkRight('pd');
$this->view->suspendRight = Pbs_Acl::checkRight('psa');
$this->view->userIDsNamespace = $this->userIDsNamespace;