Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -55,7 +55,7 @@ |
56 | 56 | $this->parseParameters( $parameters, $opts ); |
57 | 57 | } |
58 | 58 | |
59 | | - $opts->validateIntBounds( 'limit', 0, 500 ); |
| 59 | + $opts->validateIntBounds( 'limit', 0, 5000 ); |
60 | 60 | return $opts; |
61 | 61 | } |
62 | 62 | |