diff options
author | Rasmus Lerdorf <rasmus@as1410.(none)> | 2010-03-02 16:07:35 -0800 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-03-04 23:30:04 -0500 |
commit | 086d517b877f82513bc9f5208580b7d57453a8e2 (patch) | |
tree | 22e251e34ff9677f354622bf5e8474bc0daabeac /actions | |
parent | dbe6b979d7e07b47aa4cab5c7ccf54d3ba24f319 (diff) |
Fix a few typos
Diffstat (limited to 'actions')
-rw-r--r-- | actions/recoverpassword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php index dcff35f6e..1e2775e7a 100644 --- a/actions/recoverpassword.php +++ b/actions/recoverpassword.php @@ -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 { |