User "Catrope" posted a comment on MediaWiki.r101149.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/101149#c25764
Commit summary:

fixed bug 31613 (API UsageException when saving a collection to a page)

Comment:

I was hoping we could fix this in a better way, by either
# Having ApiMain pull session data from $_SESSION instead of the request 
object, or
# having FauxRequest use $_SESSION instead of its own session data, or
# having the FauxRequest constructor populate the request object's session data 
from $_SESSION if the third parameter isn't given

Thoughts?

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to