https://bugzilla.wikimedia.org/show_bug.cgi?id=26364

--- Comment #5 from mayurkumar <mayur...@gmail.com> 2010-12-18 19:58:20 UTC ---
you have instered this array two times
see above-

$wgGroupPermissions['bureaucrat']['abusefilter-private'] = true;
$wgGroupPermissions['bureaucrat']['abusefilter-private'] = false;

one time for true and one time for false, that why it is not working, remove
one array and set one to false, or remove both array

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to