r113176 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113175‎ | r113176 | r113177 >
Date:20:16, 6 March 2012
Author:reedy
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1 (modified) (history)
  • /branches/wmf/1.19wmf1/includes (modified) (history)
  • /branches/wmf/1.19wmf1/includes/specials (modified) (history)
  • /branches/wmf/1.19wmf1/includes/specials/SpecialUserlogin.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/includes/specials/SpecialUserlogin.php
@@ -797,7 +797,7 @@
798798 function resetLoginForm( $error ) {
799799 $this->getOutput()->addHTML( Xml::element('p', array( 'class' => 'error' ), $error ) );
800800 $reset = new SpecialChangePassword();
801 - $reset->setContext( $this );
 801+ $reset->setContext( $this->getContext() );
802802 $reset->execute( null );
803803 }
804804
Property changes on: branches/wmf/1.19wmf1/includes/specials
___________________________________________________________________
Modified: svn:mergeinfo
805805 Merged /trunk/phase3/includes/specials:r113099
Property changes on: branches/wmf/1.19wmf1/includes
___________________________________________________________________
Modified: svn:mergeinfo
806806 Merged /trunk/phase3/includes:r113099
Property changes on: branches/wmf/1.19wmf1
___________________________________________________________________
Modified: svn:mergeinfo
807807 Merged /trunk/phase3:r113039,113099

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113099Special pages aren't a contextsource. Ping r100114, pass $this->getContext()reedy22:43, 5 March 2012

Status & tagging log