Fix another remnant of r95496
authorSam Reed <reedy@users.mediawiki.org>
Fri, 26 Aug 2011 11:15:07 +0000 (11:15 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 26 Aug 2011 11:15:07 +0000 (11:15 +0000)
includes/specials/SpecialContributions.php

index a243aca..d724cb4 100644 (file)
@@ -126,9 +126,6 @@ class SpecialContributions extends SpecialPage {
                        if ( $this->opts['topOnly'] ) {
                                $apiParams['toponly'] = true;
                        }
-                       if ( $this->opts['showSizeDiff'] ) {
-                               $apiParams['showsizediff'] = true;
-                       }
                        if ( $this->opts['deletedOnly'] ) {
                                $apiParams['deletedonly'] = true;
                        }