https://bugzilla.wikimedia.org/show_bug.cgi?id=23592
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from JeLuF <[email protected]> 2010-05-19 20:11:05 UTC --- Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 768) +++ InitialiseSettings.php (working copy) @@ -4937,6 +4937,9 @@ 'sysop' => array( 'patrol' => true ), 'rollbacker' => array( 'rollback' => true ), ), + 'ckbwiki' => array( + '*' => array( 'createpage' => false ), + ), 'cswiki' => array( 'autopatrolled' => array( 'autopatrol' => true, ), ), -- 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
