[Pkg-owncloud-commits] [owncloud] 80/223: Remove debug output

David Prévot taffit at moszumanska.debian.org
Sun Jun 22 01:54:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 47c6fd0c855bf173e2ebc04a1552c8d8fb6bfb09
Author: Victor Dubiniuk <victor.dubiniuk at gmail.com>
Date:   Tue Jun 3 18:47:09 2014 +0300

    Remove debug output
---
 core/lostpassword/controller/lostcontroller.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/lostpassword/controller/lostcontroller.php b/core/lostpassword/controller/lostcontroller.php
index 40a86e9..45a8d23 100644
--- a/core/lostpassword/controller/lostcontroller.php
+++ b/core/lostpassword/controller/lostcontroller.php
@@ -129,7 +129,6 @@ class LostController extends Controller {
 		}
 		
 		$link = $this->getLink('core.lost.resetform', $user, $token);
-		echo $link;
 		$tmpl = new \OC_Template('core/lostpassword', 'email');
 		$tmpl->assign('link', $link, false);
 		$msg = $tmpl->fetchPage();

-- 
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