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 @@
81
81
if (!$this->mFilter) {
82
82
// awful hack
83
83
$headers = array( 'afh_filter' => 'abusefilter-history-filterid' ) + $headers;
84
- unset( $headers['afh_pattern'] );
84
+ unset( $headers['afh_comments'] );
85
85
}
86
86
87
87
$headers = array_map( 'wfMsg', $headers );
Status & tagging log
03:13, 18 February 2009
Werdna
(
talk
|
contribs
)
changed the
status
of r46813
[
removed:
new
added:
deferred]