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





--- Comment #3 from Andrew Garrett <[email protected]>  2009-06-23 
12:41:03 UTC ---
-               if (isset($row->af_hidden) && $row->af_hidden &&
!$this->canEdit()) {
+               if (isset($row->af_hidden) && $row->af_hidden &&
!($this->canEdit() || $wgUser->isAllowed( 'abusefilter view-private' ))) {

Would prefer that this was broken out to a canView() method, instead of hacked
in here.


-- 
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

Reply via email to