diff options
| author | Simon | 2011-04-18 13:16:23 +0200 |
|---|---|---|
| committer | Simon | 2011-04-18 13:16:23 +0200 |
| commit | 5d621c6ce29d2059480b3283daf14162c74365db (patch) | |
| tree | b5a03476811146b35d3aa95a1afd746ef9518509 /application/modules/user/controllers/RoleController.php | |
| parent | Role Controller geƤndert (diff) | |
| download | pbs2-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.php | 1 |
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); |
