diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-09-04 13:13:18 +0300 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-09-04 13:13:18 +0300 |
commit | 9e5807d1f9ae1b33c5cdbd6a1a126ec52270865e (patch) | |
tree | 64ee0915cdc4ecda05c2a17904f225cf27978d98 | |
parent | 6d358c051f1de1a717234e94ddbf6a63fbb57b02 (diff) | |
download | nextcloud-server-9e5807d1f9ae1b33c5cdbd6a1a126ec52270865e.tar.gz nextcloud-server-9e5807d1f9ae1b33c5cdbd6a1a126ec52270865e.zip |
fixing syntax error - sorry for that
-rw-r--r-- | core/lostpassword/templates/email.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lostpassword/templates/email.php b/core/lostpassword/templates/email.php index bf025e41973..b65049feffe 100644 --- a/core/lostpassword/templates/email.php +++ b/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}'))
\ No newline at end of file +echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'));
\ No newline at end of file |