https://bugzilla.wikimedia.org/show_bug.cgi?id=32595
--- Comment #1 from Reedy <[email protected]> 2011-11-22 21:25:36 UTC --- I've deleted it from the CA database, and also tidied up the abuse filter config slightly No other global groups have it set mysql> select * from global_group_permissions where ggp_permission = 'abusefilter-private'; +-----------+---------------------+ | ggp_group | ggp_permission | +-----------+---------------------+ | sysadmin | abusefilter-private | +-----------+---------------------+ 1 row in set (0.01 sec) mysql> DELETE FROM global_group_permissions where ggp_permission = 'abusefilter-private'; Query OK, 1 row affected (0.01 sec) mysql> select * from global_group_permissions where ggp_permission = 'abusefilter-private'; Empty set (0.00 sec) -- 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
