From: Brion Vibber Date: Wed, 26 Mar 2008 18:57:37 +0000 (+0000) Subject: missed one X-Git-Tag: 1.31.0-rc.0~48790 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=7304f81288a66e175e12300be0f6642dfd66fe9f;p=lhc%2Fweb%2Fwiklou.git missed one --- diff --git a/includes/Wiki.php b/includes/Wiki.php index 44c935890e..33fc83b0d1 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -112,7 +112,7 @@ class MediaWiki { // check variant links so that interwiki links don't have to worry // about the possible different language variants if( count( $wgContLang->getVariants() ) > 1 && !is_null( $ret ) && $ret->getArticleID() == 0 ) - $lang->findVariantLink( $title, $ret ); + $wgContLang->findVariantLink( $title, $ret ); } if ( ( $oldid = $wgRequest->getInt( 'oldid' ) )