Fix abuse filter examine interface for new account creation log.

This commit is contained in:
Andrew Garrett 2009-03-22 02:59:01 +00:00
parent f672c4cee3
commit 23ba2cb968

View file

@ -220,7 +220,7 @@ class AbuseFilterExaminePager extends ReverseChronologicalPager {
// If one of these is true, we're abusefilter compatible.
$compatConds = array(
'rc_this_oldid',
'rc_log_action' => array( 'move', 'newusers' ),
'rc_log_action' => array( 'move', 'create' ),
);
$conds[] = $dbr->makeList( $compatConds, LIST_OR );