r64797 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64796‎ | r64797 | r64798 >
Date:12:57, 9 April 2010
Author:tstarling
Status:ok
Tags:
Comment:
revert r64792
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -826,9 +826,6 @@
827827 $pref = $wgContLang->getPreferredVariant(false);
828828 if($pref != $wgContLang->getCode())
829829 $variant = $pref;
830 - } elseif ( $variant == $wgContLang->getCode() ) {
831 - // Don't use $wgVariantArticlePath for the main code
832 - $variant = false;
833830 }
834831
835832 if ( $this->isExternal() ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64792Don't use $wgVariantArticlePath when the main language code is specified as a...tstarling12:41, 9 April 2010

Status & tagging log