Remove debug output

remotes/origin/ldap_group_count
Victor Dubiniuk 10 years ago committed by Morris Jobke
parent 4b359ad20c
commit 47c6fd0c85

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

Loading…
Cancel
Save