r38748 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38747‎ | r38748 | r38749 >
Date:01:22, 7 August 2008
Author:demon
Status:old
Tags:
Comment:
Remove (seemingly?) useless code. Feel free to revert if I'm missing something here...but I really think this does _nothing_
Modified paths:
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -232,9 +232,6 @@
233233 } else {
234234 $options['namespace'] = '';
235235 }
236 - if ( $wgUser->isAllowed( 'markbotedit' ) && $wgRequest->getBool( 'bot' ) ) {
237 - $options['bot'] = '1';
238 - }
239236
240237 $skip = $wgRequest->getText( 'offset' ) || $wgRequest->getText( 'dir' ) == 'prev';
241238 # Offset overrides year/month selection

Follow-up revisions

RevisionCommit summaryAuthorDate
r38792Revert r38748; this allows to pass the bot param in the form at the top of th...ialex16:09, 7 August 2008

Status & tagging log