Browse Source

Remove echo from lost password page

tags/v5.0.0alpha1
Michael Gapczynski 11 years ago
parent
commit
394cebc90f
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      core/lostpassword/controller.php

+ 0
- 2
core/lostpassword/controller.php 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);

Loading…
Cancel
Save