From ace6770feffb2d89a9d52240e1da1068e67a96ac Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 7 Aug 2008 16:24:57 +0000 Subject: [PATCH] +s --- includes/specials/SpecialContributions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index d233417d27..e457d24747 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -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'; } -- 2.20.1