https://bugzilla.wikimedia.org/show_bug.cgi?id=51294
--- Comment #1 from Helder <[email protected]> --- I don't know if this is a problem, but I noticed the function getFilterProfile uses three keys: wfMemcKey( 'abusefilter', 'profile', $filter, 'count' ); wfMemcKey( 'abusefilter', 'profile', $filter, 'total' ); wfMemcKey( 'abusefilter', 'profile-conds', 'total' ); But the resetFilterProfile only resets the first two. Shouldn't it also reset the key profile-conds? [1] https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FAbuseFilter.git/HEAD/AbuseFilter.class.php#L535 -- 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
