r56022 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56021‎ | r56022 | r56023 >
Date:10:08, 8 September 2009
Author:happy-melon
Status:ok (Comments)
Tags:
Comment:
Follow-up to r55884 - update call in SpecialResetpass
Modified paths:
  • /trunk/phase3/includes/specials/SpecialResetpass.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialResetpass.php
@@ -51,7 +51,7 @@
5252 $data['wpRemember'] = 1;
5353 }
5454 $login = new LoginForm( new FauxRequest( $data, true ) );
55 - $login->login();
 55+ $login->attemptLogin();
5656 }
5757 $titleObj = Title::newFromText( $wgRequest->getVal( 'returnto' ) );
5858 if ( !$titleObj instanceof Title ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55884removed support for *-style printout directives in <ask> queries (a long obso...mkroetzsch15:42, 6 September 2009

Comments

#Comment by Happy-melon (talk | contribs)   10:14, 8 September 2009

That should be r55994, of course...

Status & tagging log