From 15e113fbad5cafdac2a1f9e5f5a196aa919f77d7 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 18 Apr 2011 13:18:44 +0200 Subject: PersonController Eigene DEtails dürfen immer angezeigt werden --- application/modules/user/controllers/PersonController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/user/controllers/PersonController.php') 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'); -- cgit v1.2.3-55-g7522