fixing syntax error - sorry for that

This commit is contained in:
Thomas Müller 2012-09-04 13:13:18 +03:00
parent 6d358c051f
commit 9e5807d1f9
1 changed files with 1 additions and 1 deletions

View File

@ -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}'));