https://bugzilla.wikimedia.org/show_bug.cgi?id=23572
--- Comment #3 from JeLuF <[email protected]> 2010-06-02 05:30:04 UTC --- Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 813) +++ InitialiseSettings.php (working copy) @@ -5143,7 +5143,7 @@ 'hewiki' => array( 'user' => array( 'move' => false, 'upload' => true,), 'sysop' => array( 'deleterevision' => true), - 'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'unwatchedpages' => true ), + 'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'unwatchedpages' => true, 'rollback' => true, ), 'autopatrolled' => array( 'autopatrol' => true ), ), 'hrwiki' => array( -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
