jpatokal / mediawiki-gateway

Ruby framework for MediaWiki API manipulation
Other
133 stars 50 forks source link

crash on nil in contributions() when needing query-continue #55

Closed abartov closed 10 years ago

abartov commented 10 years ago

I was getting a crash with users having above 500 contributions (therefore requiring query-continue), seemingly because of this line: res, ucstart = make_api_request(form_data, '//query-continue/usercontribs/@ucstart')

I think I have fixed this, and am submitting a pull request with my patch.

jpatokal commented 10 years ago

Great, thanks!