Prevent cross-filter diffing

This commit is contained in:
Andrew Garrett 2009-03-18 04:10:04 +00:00
parent de1d5965ad
commit 58a95312e0

View file

@ -60,7 +60,7 @@ class AbuseFilterViewDiff extends AbuseFilterView {
$row = $dbr->selectRow(
'abuse_filter_history',
'*',
array( 'afh_id' => $spec ),
array( 'afh_id' => $spec, 'afh_filter' => $this->mFilter ),
__METHOD__
);
} elseif ( $spec == 'cur' ) {