r32479 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32478‎ | r32479 | r32480 >
Date:18:57, 26 March 2008
Author:brion
Status:old
Tags:
Comment:
missed one
Modified paths:
  • /trunk/phase3/includes/Wiki.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Wiki.php
@@ -112,7 +112,7 @@
113113 // check variant links so that interwiki links don't have to worry
114114 // about the possible different language variants
115115 if( count( $wgContLang->getVariants() ) > 1 && !is_null( $ret ) && $ret->getArticleID() == 0 )
116 - $lang->findVariantLink( $title, $ret );
 116+ $wgContLang->findVariantLink( $title, $ret );
117117
118118 }
119119 if ( ( $oldid = $wgRequest->getInt( 'oldid' ) )

Status & tagging log