r112350 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112349‎ | r112350 | r112351 >
Date:20:22, 24 February 2012
Author:aaron
Status:ok
Tags:
Comment:
r100315: removed now redundant code
Modified paths:
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -44,10 +44,7 @@
4545 $this->opts = array();
4646 $request = $this->getRequest();
4747
48 - if ( $par == 'newbies' ) {
49 - $target = 'newbies';
50 - $this->opts['contribs'] = 'newbie';
51 - } elseif ( $par !== null ) {
 48+ if ( $par !== null ) {
5249 $target = $par;
5350 } else {
5451 $target = $request->getVal( 'target' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100315* Made ?contribs=user actually show the results for the *user* if 'newbies' w...aaron01:15, 20 October 2011

Status & tagging log