Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -129,7 +129,7 @@ |
130 | 130 | $apiParams['showsizediff'] = true; |
131 | 131 | } |
132 | 132 | if ( $this->opts['deletedOnly'] ) { |
133 | | - $apiParams['deletedOnly'] = true; |
| 133 | + $apiParams['deletedonly'] = true; |
134 | 134 | } |
135 | 135 | if ( $this->opts['tagFilter'] !== '' ) { |
136 | 136 | $apiParams['tagfilter'] = $this->opts['tagFilter']; |