https://bugzilla.wikimedia.org/show_bug.cgi?id=34738
--- Comment #2 from Alexandre Emsenhuber [IAlex] <[email protected]> 2012-03-05 10:23:06 UTC --- $wgUser is used in ResourceLoaderUserCSSPrefsModule.php, ResourceLoaderUserOptionsModule.php and ResourceLoaderUserTokensModule.php. $wgLang is used in ResourceLoaderContext.php. $wgRequest is used in ResourceLoader.php. These variables should be get from a context object instead (not the ResourceLoader one, but RequestContext or ContextSource). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
