summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/RoleController.php
diff options
context:
space:
mode:
authorSimon2011-04-18 13:16:23 +0200
committerSimon2011-04-18 13:16:23 +0200
commit5d621c6ce29d2059480b3283daf14162c74365db (patch)
treeb5a03476811146b35d3aa95a1afd746ef9518509 /application/modules/user/controllers/RoleController.php
parentRole Controller geändert (diff)
downloadpbs2-5d621c6ce29d2059480b3283daf14162c74365db.tar.gz
pbs2-5d621c6ce29d2059480b3283daf14162c74365db.tar.xz
pbs2-5d621c6ce29d2059480b3283daf14162c74365db.zip
Rechte in PersonController korrigiert
Diffstat (limited to 'application/modules/user/controllers/RoleController.php')
-rw-r--r--application/modules/user/controllers/RoleController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/user/controllers/RoleController.php b/application/modules/user/controllers/RoleController.php
index 8d2b044..93a2cfa 100644
--- a/application/modules/user/controllers/RoleController.php
+++ b/application/modules/user/controllers/RoleController.php
@@ -217,6 +217,7 @@ class User_RoleController extends Zend_Controller_Action
$roleID = $this->userIDsNamespace['roleID'];
}
}
+ $this->view->membership = $this->membership;
if($roleID) {
$roleMapper = new Application_Model_RoleMapper();
$role = $roleMapper->find($roleID);