Index: trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | |
4 | 4 | class FlaggedRevsHooks { |
5 | 5 | /** |
6 | | - * Remove 'patrol' and 'autopatrol' rights. Reviewing revisions will patrol them as well. |
| 6 | + * Remove 'autopatrol' rights. Reviewing revisions will patrol them as well. |
7 | 7 | */ |
8 | 8 | public static function stripPatrolRights( $user, &$rights ) { |
9 | 9 | # Use only our extension mechanisms |