From e2c0be1afbcd7035036abf495d308298a92e1551 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Tue, 29 Mar 2011 16:13:53 +0200 Subject: aktive Rolle wird angezeigt --- application/modules/user/controllers/RoleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/user/controllers/RoleController.php') 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; -- cgit v1.2.3-55-g7522