Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -44,10 +44,7 @@ |
45 | 45 | $this->opts = array(); |
46 | 46 | $request = $this->getRequest(); |
47 | 47 | |
48 | | - if ( $par == 'newbies' ) { |
49 | | - $target = 'newbies'; |
50 | | - $this->opts['contribs'] = 'newbie'; |
51 | | - } elseif ( $par !== null ) { |
| 48 | + if ( $par !== null ) { |
52 | 49 | $target = $par; |
53 | 50 | } else { |
54 | 51 | $target = $request->getVal( 'target' ); |