fixing syntax error - sorry for that

remotes/origin/stable45
Thomas Müller 14 years ago
parent 6d358c051f
commit 9e5807d1f9
  1. 2
      core/lostpassword/templates/email.php

@ -1,2 +1,2 @@
<?php
echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'))
echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'));
Loading…
Cancel
Save