From aa0f70e78032d5c5a8e8223e76661de97d7ec3de Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Sun, 16 Mar 2014 22:00:34 +0100 Subject: Added more error cases to register ui --- www/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/constants.php') diff --git a/www/constants.php b/www/constants.php index 9935e1c..1487bcc 100644 --- a/www/constants.php +++ b/www/constants.php @@ -14,7 +14,7 @@ define("REGISTER_EMAIL", 8); define("REGISTER_DATABASE", 9); define("REGISTER_PROHIBITED", 10); define("REGISTER_INVITEKEY", 12); -define("REGISTER_USERNANE", 13); +define("REGISTER_USERNAME", 13); define("INVITE_SUCCESSFULL", 14); define("INVITE_INVITES", 15); -- cgit v1.2.3