Browse Source

Merge pull request #888 from sergon/patch-5

Update passwordResetToken.php
tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
bb6d0f1b47
  1. 2
      apps/advanced/frontend/views/emails/passwordResetToken.php

2
apps/advanced/frontend/views/emails/passwordResetToken.php

@ -13,4 +13,4 @@ Hello <?php echo Html::encode($user->username)?>,
Follow the link below to reset your password:
<?php Html::a(Html::encode($resetLink), $resetLink)?>
<?php echo Html::a(Html::encode($resetLink), $resetLink)?>

Loading…
Cancel
Save