remove unneeded comment
This commit is contained in:
parent
3a0ff7a803
commit
1276ad4ffb
@ -130,7 +130,7 @@ $form->addElement(
|
||||
$tplVars['error'] = '';
|
||||
if ($form->validate()) {
|
||||
$arValues = $form->getValue();
|
||||
//FIXME: how to fetch single values?
|
||||
|
||||
$bOk = $userservice->addUser(
|
||||
$arValues['username'], $arValues['password'], $arValues['email']
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user