summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers
diff options
context:
space:
mode:
authorBjörn Geiger2011-04-08 10:25:29 +0200
committerBjörn Geiger2011-04-08 10:25:29 +0200
commite30767a8f83df955fec83d2a2e459a5a8f18193f (patch)
treeb6d6e169d2c60c1ee78e278c45d371cc70b888bf /application/modules/user/controllers
parentdefaultbootmenu fertig (diff)
downloadpbs2-e30767a8f83df955fec83d2a2e459a5a8f18193f.tar.gz
pbs2-e30767a8f83df955fec83d2a2e459a5a8f18193f.tar.xz
pbs2-e30767a8f83df955fec83d2a2e459a5a8f18193f.zip
Eigener Menüpunkt für Person- und Grouplist
Diffstat (limited to 'application/modules/user/controllers')
-rw-r--r--application/modules/user/controllers/PersonController.php2
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');