r46813 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46812‎ | r46813 | r46814 >
Date:19:56, 4 February 2009
Author:werdna
Status:deferred
Tags:
Comment:
Show filter itself, rather than the private comments, in the recent filter changes display.
Modified paths:
  • /trunk/extensions/AbuseFilter/Views/AbuseFilterViewHistory.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AbuseFilter/Views/AbuseFilterViewHistory.php
@@ -80,7 +80,7 @@
8181 if (!$this->mFilter) {
8282 // awful hack
8383 $headers = array( 'afh_filter' => 'abusefilter-history-filterid' ) + $headers;
84 - unset( $headers['afh_pattern'] );
 84+ unset( $headers['afh_comments'] );
8585 }
8686
8787 $headers = array_map( 'wfMsg', $headers );

Status & tagging log