https://bugzilla.wikimedia.org/show_bug.cgi?id=31613
Tim Starling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|stacktrace when creating a |API UsageException when |book |saving a collection to a | |page --- Comment #1 from Tim Starling <[email protected]> 2011-10-11 19:57:27 UTC --- Diff seems unrelated. Try <http://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_%28technical%29&oldid=455088498#Error_when_attempting_to_create_new_book> Relevant code: $req = new FauxRequest( array( 'action' => 'edit', 'title' => $title->getPrefixedText(), 'text' => $articleText, 'token' => $wgUser->editToken(), ), true ); $api = new ApiMain( $req, true ); -- 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
