missed one
This commit is contained in:
parent
a2003024ad
commit
7304f81288
1 changed files with 1 additions and 1 deletions
|
|
@ -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' ) )
|
||||
|
|
|
|||
Loading…
Reference in a new issue