diff options
| author | michael pereira | 2011-04-08 15:20:55 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-08 15:20:55 +0200 |
| commit | 7067b772abaf370fb9b73c33e4b92d4dfbc5b2cf (patch) | |
| tree | 6d901d595c04b9b5156b6803bfb2fbcb2785273c /application/modules/user/controllers/PersonController.php | |
| parent | kcl gefixt (diff) | |
| parent | Footer ist wieder an der Box (diff) | |
| download | pbs2-7067b772abaf370fb9b73c33e4b92d4dfbc5b2cf.tar.gz pbs2-7067b772abaf370fb9b73c33e4b92d4dfbc5b2cf.tar.xz pbs2-7067b772abaf370fb9b73c33e4b92d4dfbc5b2cf.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/controllers/PersonController.php')
| -rw-r--r-- | application/modules/user/controllers/PersonController.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/application/modules/user/controllers/PersonController.php b/application/modules/user/controllers/PersonController.php index c1e76d3..ff5517c 100644 --- a/application/modules/user/controllers/PersonController.php +++ b/application/modules/user/controllers/PersonController.php @@ -63,7 +63,6 @@ class user_PersonController extends Zend_Controller_Action $this->view->groupRequestRight = Pbs_Acl::checkRight('grm'); $this->view->editRight = Pbs_Acl::checkRight('peoa'); $this->view->leaveRight = Pbs_Acl::checkRight('gl'); - $this->view->overviewRight = Pbs_Acl::checkRight('pso'); $this->view->userIDsNamespace = Zend_Session::namespaceGet('userIDs'); } @@ -340,7 +339,6 @@ class user_PersonController extends Zend_Controller_Action $this->view->personID = $personID; $this->view->editRight = Pbs_Acl::checkRight('peoa'); $this->view->deleteRight = Pbs_Acl::checkRight('pd'); - $this->view->overviewRight = Pbs_Acl::checkRight('pso'); $this->view->userIDsNamespace = Zend_Session::namespaceGet('userIDs'); } else { $this->_helper->redirector('', 'person'); |
