https://bugzilla.wikimedia.org/show_bug.cgi?id=19677
--- Comment #3 from Lisa Ridley <[email protected]> 2009-07-12 19:17:49 UTC --- Additional information: When I change my code as follows, the page gets created successfully: 1. Add "global $wgEnableWriteAPI;" to the beginning of the method that creates the pages 2. Create the ApiMain object as follows: $api = new ApiMain($params, $wgEnableWriteAPI); But, that's not my understanding of how the API is supposed to work. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
