r64857 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64856‎ | r64857 | r64858 >
Date:07:28, 10 April 2010
Author:philip
Status:deferred
Tags:
Comment:
Follow up r64851. Remove $wgOut. Apply on REL1_16.
Modified paths:
  • /branches/REL1_16/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/includes/parser/Parser.php
@@ -388,7 +388,7 @@
389389 if ( $convruletitle ) {
390390 $this->mOutput->setTitleText( $convruletitle );
391391 } else {
392 - $wgOut->setPageTitle( $wgContLang->convert( $wgOut->getPageTitle(), true ) );
 392+ $this->mOutput->setTitleText( $wgContLang->convert( $title->getPrefixedText(), true ) );
393393 }
394394 }
395395

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64851Fix bug 23115 again. Follow up r64821, r64823 and r64827. Rewrite the convert...philip05:46, 10 April 2010

Status & tagging log