https://bugzilla.wikimedia.org/show_bug.cgi?id=60795
--- Comment #4 from Kevin Israel (PleaseStand) <[email protected]> --- The problem is that SpecialRecentchanges::getFeedQuery() is called when generating the feed link, causing the limit parameter to be validated against $wgFeedLimit, using the following: $this->getOptions()->validateIntBounds( 'limit', 0, $wgFeedLimit ); A workaround is to clone the FormOptions object first. -- 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
