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

--- Comment #11 from Roan Kattouw <[email protected]> 2011-10-28 08:24:05 
UTC ---
Hmph, this kind of sucks. I guess we could either change ApiMain to obtain the
session data from $wgRequest instead of the provided request, or require that
the caller provide the session data in the FauxRequest. The latter is something
you can easily do in Collection by using

new FauxRequest( array( your parameters here ), true, $_SESSION )

-- 
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

Reply via email to