diff --git a/core/lostpassword/templates/lostpassword.php b/core/lostpassword/templates/lostpassword.php index 4009ba44050710ac38e0636577d449ea6767283e..dd4d05d25c0c6484b022ba5e9f36f36e95168989 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.');