From: Michael Gapczynski Date: Fri, 4 Jan 2013 16:12:28 +0000 (-0500) Subject: Remove echo from lost password page X-Git-Tag: v5.0.0alpha1~262^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=394cebc90f41cb467ee237c39099c7f825e9c840;p=nextcloud-server.git Remove echo from lost password page --- 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);