https://bugzilla.wikimedia.org/show_bug.cgi?id=24304
--- Comment #16 from darklama <[email protected]> 2010-08-15 19:14:58 CDT --- Apparently using quality as a tag name conflicts with the existing MediaWiki:Revreview-quality page used for another message internally by the FlaggedRev extension. 'value' can be used for the tag name instead, and MediaWiki:Revreview-value can be edited to say "Quality" to get the same intended effect. $wgFlaggedRevTags = array( 'value' => array( 'levels' => 3, 'quality' => 2, 'pristine' => 3 ) ); -- 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
