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