Merge "Hide external changes in Special:AbuseFilter/test"

This commit is contained in:
jenkins-bot 2013-05-25 09:05:12 +00:00 committed by Gerrit Code Review
commit 725ddeba4a

View file

@ -85,7 +85,10 @@ class AbuseFilterViewTestBatch extends AbuseFilterView {
}
$dbr = wfGetDB( DB_SLAVE );
$conds = array( 'rc_user_text' => $this->mTestUser );
$conds = array(
'rc_user_text' => $this->mTestUser,
'rc_type != ' . RC_EXTERNAL
);
if ( $this->mTestPeriodStart ) {
$conds[] = 'rc_timestamp >= ' .