https://bugzilla.wikimedia.org/show_bug.cgi?id=17510
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from JeLuF <[email protected]> 2010-07-01 21:05:48 UTC --- Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 917) +++ InitialiseSettings.php (working copy) @@ -5376,7 +5376,7 @@ 'nlwikibooks' => array( 'user' => array( 'patrol' => true ) ), // 'nlwikinews' => array( 'user' => array( 'patrol' => true ) ), 'nowiki' => array( - 'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true, 'unwatchedpages' => true ), + 'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true, 'unwatchedpages' => true, 'suppressredirect' => true, ), 'autopatrolled' => array( 'autopatrol' => true, 'unwatchedpages' => true ), ), 'nowikibooks' => array( -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
