mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 23:40:19 +00:00
Fix abuse filter examine interface for new account creation log.
This commit is contained in:
parent
f672c4cee3
commit
23ba2cb968
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue