Skip to content

Commit

Permalink
Revert "Replace deprecated code in process() method"
Browse files Browse the repository at this point in the history
This reverts commit 22ed2a4.
  • Loading branch information
XWB committed Dec 9, 2013
1 parent 43ada9a commit 4c9e19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/FOSUBRegistrationFormHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function process(Request $request, Form $form, UserResponseInterface $use
$form->setData($this->setUserInformation($user, $userInformation));

if ($request->isMethod('POST')) {
$form->submit($request);
$form->bind($request);

return $form->isValid();
}
Expand Down

0 comments on commit 4c9e19a

Please sign in to comment.