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:
2015-09-12 18:52:42 +00:00
parent 9be561212b
commit 5d679872ff

View File

@@ -72,7 +72,7 @@ class users
throw new Exception (dgettext("domframework", throw new Exception (dgettext("domframework",
"Invalid email provided : too short"), "Invalid email provided : too short"),
500); 500);
if (strpos ($lastname, ":") !== false) if (strpos ($email, ":") !== false)
throw new Exception (dgettext("domframework", throw new Exception (dgettext("domframework",
"Invalid email provided : colon forbidden"), "Invalid email provided : colon forbidden"),
500); 500);