+s
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 7 Aug 2008 16:24:57 +0000 (16:24 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 7 Aug 2008 16:24:57 +0000 (16:24 +0000)
includes/specials/SpecialContributions.php

index d233417..e457d24 100644 (file)
@@ -235,7 +235,7 @@ function wfSpecialContributions( $par = null ) {
        
        // Allows reverts to have the bot flag in recent changes. It is just here to
        // be passed in the form at the top of the page 
-       if ( $wgUser->isAllowed( 'markbotedit' ) && $wgRequest->getBool( 'bot' ) ) {
+       if ( $wgUser->isAllowed( 'markbotedits' ) && $wgRequest->getBool( 'bot' ) ) {
                $options['bot'] = '1';
        }