*stab*
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 25 Aug 2008 18:10:27 +0000 (18:10 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 25 Aug 2008 18:10:27 +0000 (18:10 +0000)
includes/parser/Parser_OldPP.php

index b1be188..8b70337 100644 (file)
@@ -3076,7 +3076,7 @@ class Parser_OldPP
                                $titleText = $title->getPrefixedText();
                                # Check for language variants if the template is not found
                                if($wgContLang->hasVariants() && $title->getArticleID() == 0){
-                                       $wgContLang->findVariantLink( $part1, $title, false );
+                                       $wgContLang->findVariantLink( $part1, $title, true );
                                }
 
                                if ( !$title->isExternal() ) {