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.
1 parent 18fc00a commit 2e7a30fCopy full SHA for 2e7a30f
1 file changed
app/controllers/SignupController.php
@@ -23,7 +23,7 @@ public function registerAction()
23
if ($user->save() == true) {
24
echo 'Thanks for register!';
25
} else {
26
- echo 'Sorry, the next problems was generated: ';
+ echo 'Sorry, the next problems were generated: ';
27
foreach ($user->getMessages() as $message){
28
echo $message->getMessage(), '<br/>';
29
}
0 commit comments