https://bugzilla.wikimedia.org/show_bug.cgi?id=60795

--- Comment #4 from Kevin Israel (PleaseStand) <pleasest...@live.com> ---
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to