summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/RoleController.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-03-29 16:13:53 +0200
committerBjörn Geiger2011-03-29 16:13:53 +0200
commite2c0be1afbcd7035036abf495d308298a92e1551 (patch)
treed1ba44e170c116b20366f8bba952ab59c20bdaf3 /application/modules/user/controllers/RoleController.php
parentMerge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-e2c0be1afbcd7035036abf495d308298a92e1551.tar.gz
pbs2-e2c0be1afbcd7035036abf495d308298a92e1551.tar.xz
pbs2-e2c0be1afbcd7035036abf495d308298a92e1551.zip
aktive Rolle wird angezeigt
Diffstat (limited to 'application/modules/user/controllers/RoleController.php')
-rw-r--r--application/modules/user/controllers/RoleController.php2
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;