https://bugzilla.wikimedia.org/show_bug.cgi?id=24564
--- Comment #5 from Bryan Tong Minh <[email protected]> 2010-07-28 11:17:45 UTC --- The problem is: 1) ApiMain::execute calls extractRequestParams with $parseLimit = true 2) The limit=max gets parsed and added to the result 3) ApiQueryBacklinks::run calls extractRequestParams with $parseLimit = false 4) ApiQueryBacklinks::run calculates its own limit and adds that to the result I will make a fix where for limits calls overwriting is allowed. -- 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
