]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove echo from lost password page
authorMichael Gapczynski <mtgap@owncloud.com>
Fri, 4 Jan 2013 16:12:28 +0000 (11:12 -0500)
committerMichael Gapczynski <mtgap@owncloud.com>
Fri, 4 Jan 2013 16:12:28 +0000 (11:12 -0500)
core/lostpassword/controller.php

index e64b16d3b832d2ba3bb527a41f0d93b679af1166..3ef8eaf71aa78ae4fb9373fe4ae4a4468ce28601 100644 (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);