diff options
-rw-r--r-- | core/lostpassword/templates/lostpassword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lostpassword/templates/lostpassword.php b/core/lostpassword/templates/lostpassword.php index 4009ba44050..dd4d05d25c0 100644 --- a/core/lostpassword/templates/lostpassword.php +++ b/core/lostpassword/templates/lostpassword.php @@ -1,4 +1,4 @@ -<?php if $_['requested']): ?> +<?php if ($_['requested']): ?> <div class="success"><p> <?php echo $l->t('The link to reset your password has been sent to your email.'); |