]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/recoverpassword.php
Fix a few typos
[quix0rs-gnu-social.git] / actions / recoverpassword.php
index dcff35f6ed32dddc72da3689c0cb4456c92428ef..1e2775e7a75f0290734f2578c07889bca6dd98d2 100644 (file)
@@ -21,7 +21,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
 
 # You have 24 hours to claim your password
 
-define(MAX_RECOVERY_TIME, 24 * 60 * 60);
+define('MAX_RECOVERY_TIME', 24 * 60 * 60);
 
 class RecoverpasswordAction extends Action
 {