https://bugzilla.wikimedia.org/show_bug.cgi?id=72951
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Brad Jorsch <[email protected]> --- It depends on whether the $context parameter to 'UserGetLanguageObject' is really supposed to be a RequestContext, or if any IContextSource implementation should be accepted. If the former, API; if the latter, ULS and docs/hooks.txt. I note that ULS only uses it for $context->getRequest(), so any IContextSource would do. And CentralAuth is also calling the hook while passing something that is only guaranteed to be an IContextSource (specifically whatever is returned by SpecialPage::getContext()). -- 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
