r96342 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96341‎ | r96342 | r96343 >
Date:15:23, 6 September 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix Undefined index: showSizeDiff in /www/w/includes/specials/SpecialContributions.php on line 129

Followup r96306
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
r965111.18: MFT r96163, r96174, r96212, r96217, r96218, r96271, r96273, r96306, r96...catrope22:07, 7 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96306Revert r88008 (add size difference to Special:Contributions) and its large gr...catrope21:47, 5 September 2011

Status & tagging log