diff options
Diffstat (limited to 'application/modules/user/controllers/RoleController.php')
| -rw-r--r-- | application/modules/user/controllers/RoleController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/controllers/RoleController.php b/application/modules/user/controllers/RoleController.php index 8f4d85c..3db425f 100644 --- a/application/modules/user/controllers/RoleController.php +++ b/application/modules/user/controllers/RoleController.php @@ -24,8 +24,8 @@ class User_RoleController extends Zend_Controller_Action { if(isset($this->userIDsNamespace['groupID'])) { $roleList = $this->roleMapper->findBy('groupID', $this->userIDsNamespace['groupID']); - $this->view->groupID = $this->userIDsNamespace['groupID']; $this->view->roleList = $roleList; + $this->view->userIDsNamespace = $this->userIDsNamespace; } else { $this->_helper->redirector('selectmembership', 'person'); return; |
