https://bugzilla.wikimedia.org/show_bug.cgi?id=40658
--- Comment #1 from Sam Reed (reedy) <[email protected]> 2012-10-01 13:03:29 UTC --- (In reply to comment #0) > In fact, there's actually a bug in the module related to this: It already > selects <tt>$limit + 1</tt> rows, presumably because it was based on a module > that supported query-continue, so the result currently always contains one > more > row than requested. $this->addOption( 'LIMIT', $limit + 1 ); Indeed. It also doesn't check if said results "fit" into the api resultset -- 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
