[Pkg-owncloud-commits] [owncloud] 264/394: Remove echo from lost	password page
    David Prévot 
    taffit at alioth.debian.org
       
    Fri Nov  8 23:12:22 UTC 2013
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.
commit 3630cecbe6f0be7143f2488e64d6d6d3bd321023
Author: Michael Gapczynski <mtgap at owncloud.com>
Date:   Fri Jan 4 11:21:32 2013 -0500
    Remove echo from lost password page
---
 core/lostpassword/index.php |    1 -
 1 file changed, 1 deletion(-)
diff --git a/core/lostpassword/index.php b/core/lostpassword/index.php
index 906208d..989f5cb 100644
--- a/core/lostpassword/index.php
+++ b/core/lostpassword/index.php
@@ -24,7 +24,6 @@ if (isset($_POST['user'])) {
 			$l = OC_L10N::get('core');
 			$from = 'lostpassword-noreply@' . OCP\Util::getServerHost();
 			OC_MAIL::send($email, $_POST['user'], $l->t('ownCloud password reset'), $msg, $from, 'ownCloud');
-			echo('sent');
 		}
 		OC_Template::printGuestPage('core/lostpassword', 'lostpassword', array('error' => false, 'requested' => true));
 	} else {
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
    
    
More information about the Pkg-owncloud-commits
mailing list