summaryrefslogtreecommitdiffstats
path: root/core/lostpassword
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-20 17:20:30 +0200
committerkondou <kondou@ts.unde.re>2013-08-20 17:20:30 +0200
commitf1518a54dffb4a309da3952e154b71d4bc9482f8 (patch)
treeb6faeec269eb8904c5c8f42732e5466758fdeb0e /core/lostpassword
parent65d802329f8307cd010a306073d2d3ffd7dc7b74 (diff)
parentde949b1caa4491a8016ed5e609fc781526fea54d (diff)
downloadnextcloud-server-f1518a54dffb4a309da3952e154b71d4bc9482f8.tar.gz
nextcloud-server-f1518a54dffb4a309da3952e154b71d4bc9482f8.zip
Merge branch 'master' into clean_up_util
Conflicts: lib/util.php
Diffstat (limited to 'core/lostpassword')
-rw-r--r--core/lostpassword/templates/email.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lostpassword/templates/email.php b/core/lostpassword/templates/email.php
index b65049feffe..3dbae4bfc69 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}'));