mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 14:13:54 +00:00
0e87c44c74
The function used to determine if a row is hidden has three possible return values: true, false and "implicit". While the first and the second one refer to AF own suppressing system, 'implicit' means that the revision associated with the log entry is deleted. However, we checked for such return value with a boolean cast, which caused true and 'implicit' to be equally treated, thus hiding revdel'ed revisions to sysops. Bonus: fixed a comment typo. Bug: T191699 Change-Id: I87d3a6437bb966198175e4bfd063e30ed79c345f |
||
---|---|---|
.. | ||
AbuseFilterView.php | ||
AbuseFilterViewDiff.php | ||
AbuseFilterViewEdit.php | ||
AbuseFilterViewExamine.php | ||
AbuseFilterViewHistory.php | ||
AbuseFilterViewImport.php | ||
AbuseFilterViewList.php | ||
AbuseFilterViewRevert.php | ||
AbuseFilterViewTestBatch.php | ||
AbuseFilterViewTools.php |