https://bugzilla.wikimedia.org/show_bug.cgi?id=22764
--- Comment #5 from Roan Kattouw <[email protected]> 2010-03-08 21:38:19 UTC --- I'm fine with keeping the param name on principle. I think uselang is handled by the code that initializes $wgLang (Setup.php or something). The best way to go about this IMO would be to call the parameter uselang and check that $wgLang doesn't just happen to already be in the right language (as long as uselang works the way it currently does. this will always be the case) so we can do $lang = $wgLang; instead of creating our own Language object. -- 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
