diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2013-01-04 11:12:28 -0500 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2013-01-04 11:12:28 -0500 |
commit | 394cebc90f41cb467ee237c39099c7f825e9c840 (patch) | |
tree | cc5a7388262e08944ed72b991f15f9ec44039493 /core/lostpassword | |
parent | 4e1923b01e0ce27499b75f55d9b119f79e2d3fd5 (diff) | |
download | nextcloud-server-394cebc90f41cb467ee237c39099c7f825e9c840.tar.gz nextcloud-server-394cebc90f41cb467ee237c39099c7f825e9c840.zip |
Remove echo from lost password page
Diffstat (limited to 'core/lostpassword')
-rw-r--r-- | core/lostpassword/controller.php | 2 |
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); |