Fix syntax error.

remotes/origin/stable6
kondou 14 years ago
parent f1bcf6ef02
commit 06dfc95122
  1. 2
      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.');

Loading…
Cancel
Save