diff options
Diffstat (limited to 'application/modules/user/controllers/PersonController.php')
| -rw-r--r-- | application/modules/user/controllers/PersonController.php | 2 |
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'); |
