r95553 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95552‎ | r95553 | r95554 >
Date:11:15, 26 August 2011
Author:reedy
Status:reverted
Tags:
Comment:
Fix another remnant of r95496
Modified paths:
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -126,9 +126,6 @@
127127 if ( $this->opts['topOnly'] ) {
128128 $apiParams['toponly'] = true;
129129 }
130 - if ( $this->opts['showSizeDiff'] ) {
131 - $apiParams['showsizediff'] = true;
132 - }
133130 if ( $this->opts['deletedOnly'] ) {
134131 $apiParams['deletedonly'] = true;
135132 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r96090Revert r95496, r95506, r95524, r95553, r96005reedy11:04, 2 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95496Revert r8811...reedy17:35, 25 August 2011

Status & tagging log