We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ab1938 + 02599e5 commit 6cf30a8Copy full SHA for 6cf30a8
src/module/Phpug/src/Phpug/Controller/UsergroupController.php
@@ -110,7 +110,7 @@ public function promoteAction()
110
$collection = $this->form->get('userGroupFieldset')->get('contacts');
111
$fieldSets = $collection->getFieldsets();
112
$fieldSets[0]->get('service')->setValue(1);
113
- $fieldSets[0]->get('name')->setValue($this->currentUser->getName());
+ $fieldSets[0]->get('name')->setValue($this->usertoken->getName());
114
}
115
116
$request = $this->getRequest();
0 commit comments