Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -235,7 +235,7 @@ |
236 | 236 | |
237 | 237 | // Allows reverts to have the bot flag in recent changes. It is just here to |
238 | 238 | // 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' ) ) { |
240 | 240 | $options['bot'] = '1'; |
241 | 241 | } |
242 | 242 | |