https://bugzilla.wikimedia.org/show_bug.cgi?id=35971
--- Comment #18 from Chris Steipp <[email protected]> 2012-05-07 18:41:08 UTC --- Aaron pointed me to SpecialBlockList, which does if ( !$this->getUser()->isAllowed( 'hideuser' ) ){ $conds['ipb_deleted'] = 0; } for querying the list. Would it make sense to try and be consistent in CentralAuth? -- 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
