https://bugzilla.wikimedia.org/show_bug.cgi?id=24157
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from JeLuF <[email protected]> 2010-07-02 17:48:09 UTC --- Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 919) +++ InitialiseSettings.php (working copy) @@ -5499,7 +5499,7 @@ 'user' => array( 'upload_by_url' => true, // For wider testing ), - 'sysop' => array( 'deleterevision' => true ), + 'sysop' => array( 'deleterevision' => true, 'revisionmove' => true, ), 'suppress' => array( 'hideuser' => true, 'suppressrevision' => true, -- 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
