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

Brad Will (tmbw.net) <tmbw....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tmbw....@gmail.com

--- Comment #17 from Brad Will (tmbw.net) <tmbw....@gmail.com> ---
It looks like this is your culprit:

<code>
// Some logs don't go in RC. This should check for that
$basicRCLogs = array_diff( $wgLogTypes, array_keys( $wgLogRestrictions ) );
</code>

And, here's the definition of $wgLogRestrictions from DefaultSettings.php:
$wgLogRestrictions = array( 'suppress' => 'suppressionlog' );

Maybe the code should be using this array instead?
$wgFilterLogTypes = array( 'patrol' => true );

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