https://bugzilla.wikimedia.org/show_bug.cgi?id=26154
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from JeLuF <[email protected]> 2010-11-28 18:31:51 UTC --- Done. Also applied the change to de_labswiki Index: flaggedrevs.php =================================================================== --- flaggedrevs.php (revision 1350) +++ flaggedrevs.php (working copy) @@ -91,6 +91,7 @@ $wgGroupsAddToSelf = array( 'editor' ); $wgGroupsRemoveFromSelf = array( 'editor' ); + $wgFlaggedRevsNamespaces[] = NS_CATEGORY; } else if( $wgDBname == 'flaggedrevs_labswikimedia' ) { @@ -151,6 +152,7 @@ ); $wgGroupPermissions['sysop']['stablesettings'] = true; // -aaron 3/20/10 + $wgFlaggedRevsNamespaces[] = NS_CATEGORY; } else if( $wgDBname == 'dewikiquote' ) { -- 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
