On Tue, Nov 29, 2011 at 4:42 AM, Adam Nielsen <[email protected]> wrote: > Is there a way to do this when using the API to perform edits within an > extension? Or would it be better to dispense with the API and call the > various functions manually? > Yes, it would probably be better to use Article::doEdit() (in 1.17 and earlier) / WikiPage::doEdit() (in 1.18 and later) directly in your situation.
Roan _______________________________________________ Mediawiki-api mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
