https://bugzilla.wikimedia.org/show_bug.cgi?id=26514

--- Comment #2 from Umherirrender <[email protected]> 2010-12-30 
20:36:20 UTC ---
It is the following (languagesHtml, not categoriesHtml):

+    private function languagesHtml( $languages ) {
+        global $wgOut, $wgUser;
+        $wgOut->setLanguageLinks( $languages );
+        $sk = $wgUser->getSkin();
+        return $sk->otherLanguages();
+    }

The function is not right for MonoBookTemplate and VectorTemplate, because
there it is done at another place, not by overriding otherLanguages.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to