Update users.php

Correcting error message for mail not send
This commit is contained in:
flavaud 2015-03-25 15:02:05 +01:00
parent 538d242f18
commit c0815664c6
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
else else
{ {
header('Location: ' . $this->generateUrl('users', 'showAll', array( header('Location: ' . $this->generateUrl('users', 'showAll', array(
'errormessage' => 'Impossible d\'envoyer le SMS d\'inscription à l\'utilisateur. Le compte n\'a donc pas été créé.' 'errormessage' => 'Impossible d\'envoyer le mail d\'inscription à l\'utilisateur. Le compte n\'a donc pas été créé.'
))); )));
return false; return false;
} }