summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/PersonController.php
diff options
context:
space:
mode:
authorSimon2011-04-18 13:18:44 +0200
committerSimon2011-04-18 13:18:44 +0200
commit15e113fbad5cafdac2a1f9e5f5a196aa919f77d7 (patch)
tree62d1d98c9a48a3cce71983f5f4f6042eae1034dd /application/modules/user/controllers/PersonController.php
parentRechte in PersonController korrigiert (diff)
downloadpbs2-15e113fbad5cafdac2a1f9e5f5a196aa919f77d7.tar.gz
pbs2-15e113fbad5cafdac2a1f9e5f5a196aa919f77d7.tar.xz
pbs2-15e113fbad5cafdac2a1f9e5f5a196aa919f77d7.zip
PersonController Eigene DEtails dürfen immer angezeigt werden
Diffstat (limited to 'application/modules/user/controllers/PersonController.php')
-rw-r--r--application/modules/user/controllers/PersonController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/controllers/PersonController.php b/application/modules/user/controllers/PersonController.php
index 76cd958..9d18a93 100644
--- a/application/modules/user/controllers/PersonController.php
+++ b/application/modules/user/controllers/PersonController.php
@@ -57,7 +57,7 @@ class user_PersonController extends Zend_Controller_Action
if(!Pbs_Acl::checkRight('pso')) {
$this->_redirect('/user');
}
- $this->view->showRight = Pbs_Acl::checkRight('psod');
+ $this->view->showRight = true;//Pbs_Acl::checkRight('psod');
$this->view->editRight = Pbs_Acl::checkRight('peod');
$this->view->deleteRight = Pbs_Acl::checkRight('pdo');
$this->view->showOtherRight = Pbs_Acl::checkRight('psood');