forked from science-ation/science-ation
This should be an error, not a notice
This commit is contained in:
parent
cf2c345e03
commit
7e45665d6c
@ -131,7 +131,7 @@
|
|||||||
echo notice(i18n("%1 %2 successfully updated",array($_POST['firstname'],$_POST['lastname'])));
|
echo notice(i18n("%1 %2 successfully updated",array($_POST['firstname'],$_POST['lastname'])));
|
||||||
break;
|
break;
|
||||||
case 'email_exists':
|
case 'email_exists':
|
||||||
echo notice(i18n("That email address is in use by another user"));
|
echo error(i18n("That email address is in use by another user"));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user