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

--- Comment #10 from Christoph Kepper <christoph.kep...@pediapress.com> 
2011-10-27 12:04:52 UTC ---
The FauxRequest is created in /extensions/Collection/Collection.body.php(867).

The FauxRequest is passed on from ApiMain->setupModule() (in ApiMain.php:591):
if ( !$this->getUser()->matchEditToken( $moduleParams['token'], $salt,
$this->getRequest() ) ) {

The problem is that $this->getRequest() does retrieve the FauxRequest not
$wgRequest.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to