users : error of copy/paste. Thanks phpunit tests !
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2280 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -72,7 +72,7 @@ class users
|
||||
throw new Exception (dgettext("domframework",
|
||||
"Invalid email provided : too short"),
|
||||
500);
|
||||
if (strpos ($lastname, ":") !== false)
|
||||
if (strpos ($email, ":") !== false)
|
||||
throw new Exception (dgettext("domframework",
|
||||
"Invalid email provided : colon forbidden"),
|
||||
500);
|
||||
|
||||
Reference in New Issue
Block a user