Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -127,6 +127,7 @@ |
128 | 128 | $wgGroupPermissions['editor']['patrolmarks'] = true; |
129 | 129 | $wgGroupPermissions['editor']['autopatrolother'] = true; |
130 | 130 | $wgGroupPermissions['editor']['unreviewedpages'] = true; |
| 131 | +$wgGroupPermissions['editor']['rollback'] = true; |
131 | 132 | |
132 | 133 | # Defines extra rights for advanced reviewer class |
133 | 134 | $wgGroupPermissions['reviewer']['validate'] = true; |