From 7304f81288a66e175e12300be0f6642dfd66fe9f Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 26 Mar 2008 18:57:37 +0000 Subject: [PATCH] missed one --- includes/Wiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) ) -- 2.20.1