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