https://bugzilla.wikimedia.org/show_bug.cgi?id=29742
--- Comment #16 from [email protected] 2012-01-23 03:03:34 UTC --- Thank you for fast reply, and harm done with the delay. Btw still some problems. For some reason $wgFlagRestrictions['accuracy']['autoreview'] = 2 doesn't seem to be effective. In example if article is reviewed to level 2 and it is edited then new autoreviewed level is 1 and it should be 2. Based on http://www.mediawiki.org/wiki/Extension:FlaggedRevs it is handled also with $wgFlaggedRevsTagsAuto -parameter so maybe adding this will fix it: $wgFlaggedRevsTagsAuto = array( 'accuracy' => 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
