r38794 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38793‎ | r38794 | r38795 >
Date:16:24, 7 August 2008
Author:demon
Status:old
Tags:
Comment:
+s
Modified paths:
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -235,7 +235,7 @@
236236
237237 // Allows reverts to have the bot flag in recent changes. It is just here to
238238 // be passed in the form at the top of the page
239 - if ( $wgUser->isAllowed( 'markbotedit' ) && $wgRequest->getBool( 'bot' ) ) {
 239+ if ( $wgUser->isAllowed( 'markbotedits' ) && $wgRequest->getBool( 'bot' ) ) {
240240 $options['bot'] = '1';
241241 }
242242

Status & tagging log