https://bugzilla.wikimedia.org/show_bug.cgi?id=29742
--- Comment #13 from [email protected] 2011-12-27 06:22:16 UTC --- One change was to REMOVE the line below (you added it and now it is twice): $wgGroupPermissions['editor']['rollback'] = true; "Reviewer" right, seems to work somehow, but there is still problems. Let's try with these: $wgFlaggedRevTags = array( 'accuracy' => array( 'levels' => 3, 'quality' => 3, 'pristine' => 4 ), ); $wgFlagRestrictions = array( 'accuracy' => array( 'review' => 3, 'autoreview' => 2 ), ); -- 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
