From: Chad Horohoe Date: Thu, 7 Aug 2008 16:24:57 +0000 (+0000) Subject: +s X-Git-Tag: 1.31.0-rc.0~46047 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=ace6770feffb2d89a9d52240e1da1068e67a96ac;p=lhc%2Fweb%2Fwiklou.git +s --- 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'; }