Full conversion support for category pages
[lhc/web/wiklou.git] / includes / Parser.php
index 3cba239..13ce1ca 100644 (file)
@@ -1357,6 +1357,7 @@ class Parser
                                        } else {
                                                $sortkey = $text;
                                        }
+                                       $sortkey = $wgContLang->convertCategoryKey( $sortkey );
                                        $wgLinkCache->addCategoryLinkObj( $nt, $sortkey );
                                        $this->mOutput->addCategoryLink( $t );