summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-01-04 10:17:25 -0800
committerThomas Müller <thomas.mueller@tmit.eu>2013-01-04 10:17:25 -0800
commit913c96ddc51484596cc9d54fdb006a26240eb5bb (patch)
tree7efb7afc60ffb6ba1bdc9f725e601d23bc730976 /core
parent90f39cd70373f01d4d396e5bee0c67a6818aec4c (diff)
parent394cebc90f41cb467ee237c39099c7f825e9c840 (diff)
downloadnextcloud-server-913c96ddc51484596cc9d54fdb006a26240eb5bb.tar.gz
nextcloud-server-913c96ddc51484596cc9d54fdb006a26240eb5bb.zip
Merge pull request #1081 from owncloud/fix-issue-1075
Remove echo from lost password page
Diffstat (limited to 'core')
-rw-r--r--core/lostpassword/controller.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/lostpassword/controller.php b/core/lostpassword/controller.php
index e64b16d3b83..3ef8eaf71aa 100644
--- a/core/lostpassword/controller.php
+++ b/core/lostpassword/controller.php
@@ -45,8 +45,6 @@ class OC_Core_LostPassword_Controller {
$l = OC_L10N::get('core');
$from = OCP\Util::getDefaultEmailAddress('lostpassword-noreply');
OC_Mail::send($email, $_POST['user'], $l->t('ownCloud password reset'), $msg, $from, 'ownCloud');
- echo('Mailsent');
-
self::displayLostPasswordPage(false, true);
} else {
self::displayLostPasswordPage(true, false);