diff options
Diffstat (limited to 'core/lostpassword/resetpassword.php')
-rw-r--r-- | core/lostpassword/resetpassword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lostpassword/resetpassword.php b/core/lostpassword/resetpassword.php index 896c8da76e0..7cd383921d7 100644 --- a/core/lostpassword/resetpassword.php +++ b/core/lostpassword/resetpassword.php @@ -6,7 +6,7 @@ * See the COPYING-README file. */ -$RUNTIME_NOAPPS = TRUE; //no apps +$RUNTIME_NOAPPS = true; //no apps require_once '../../lib/base.php'; // Someone wants to reset their password: |