r64823 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64822‎ | r64823 | r64824 >
Date:19:46, 9 April 2010
Author:platonides
Status:ok (Comments)
Tags:
Comment:
Recover namespace names.
Modified paths:
  • /trunk/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/Parser.php
@@ -387,7 +387,7 @@
388388 $this->mOutput->setTitleText( $convruletitle );
389389 }
390390 else {
391 - $this->mOutput->setTitleText( $wgContLang->convert( $title->getText() ) );
 391+ $this->mOutput->setTitleText( $wgContLang->convert( $title->getPrefixedText() ) );
392392 }
393393 }
394394

Follow-up revisions

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

Comments

#Comment by MarkAHershberger (talk | contribs)   22:28, 10 December 2010

handled in r64876

Status & tagging log