Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making query compatible with MW 1.26+
According to https://www.mediawiki.org/wiki/API:Query#Backwards_compatibility_of_continue, in new versions of Mediawiki (including the version running currently on WP), the 'query-continue' parameter has been deprecated in favor of a simpler 'continue'. However, the old 'query-continue' can still be retrieved if the query parameter includes a 'rawcontinue' flag, which I added.
- Loading branch information