Merge pull request #1081 from owncloud/fix-issue-1075

Remove echo from lost password page
This commit is contained in:
Thomas Müller 2013-01-04 10:17:25 -08:00
commit 913c96ddc5
1 changed files with 0 additions and 2 deletions

View File

@ -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);