r48487 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r48486
|
r48487
|
r48488
>
Date:
14:09, 17 March 2009
Author:
werdna
Status:
ok
Tags:
Comment:
Fix nav links for edit screen
Modified paths:
/trunk/extensions/AbuseFilter/SpecialAbuseFilter.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/AbuseFilter/SpecialAbuseFilter.php
—
—
@@ -87,6 +87,7 @@
88
88
if ( is_numeric($subpage) || $subpage == 'new' ) {
89
89
$this->mFilter = $subpage;
90
90
$view = 'AbuseFilterViewEdit';
91
+ $pageType = 'edit';
91
92
}
92
93
93
94
// Links at the top
Status & tagging log
22:00, 17 March 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r48487
[
removed:
new
added:
ok]