From: Alexandre Emsenhuber Date: Mon, 25 Aug 2008 18:10:27 +0000 (+0000) Subject: *stab* X-Git-Tag: 1.31.0-rc.0~45671 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=733059d9926474e518f9c2c30ccad92c107bee18;p=lhc%2Fweb%2Fwiklou.git *stab* --- diff --git a/includes/parser/Parser_OldPP.php b/includes/parser/Parser_OldPP.php index b1be18894b..8b703371fc 100644 --- a/includes/parser/Parser_OldPP.php +++ b/includes/parser/Parser_OldPP.php @@ -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() ) {