summaryrefslogtreecommitdiff
path: root/www/constants.php
diff options
context:
space:
mode:
authoroweissbarth2014-03-16 22:00:34 +0100
committeroweissbarth2014-03-16 22:00:34 +0100
commitaa0f70e78032d5c5a8e8223e76661de97d7ec3de (patch)
treef387f33301b8ef86b70138ae5126f5d360ee95bf /www/constants.php
parent0665ea1e03f2bbb269e33ab78e4271eabe8f6442 (diff)
downloadfiles.iamfabulous.de-aa0f70e78032d5c5a8e8223e76661de97d7ec3de.tar.gz
Added more error cases to register ui
Diffstat (limited to 'www/constants.php')
-rw-r--r--www/constants.php2
1 files changed, 1 insertions, 1 deletions
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);