r63959 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r63958
|
r63959
|
r63960
>
Date:
21:18, 19 March 2010
Author:
demon
Status:
ok
Tags:
Comment:
Followup
r63914
, function must match parent
Modified paths:
/trunk/phase3/includes/specials/SpecialMergeHistory.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialMergeHistory.php
—
—
@@ -51,7 +51,7 @@
52
52
}
53
53
}
54
54
55
- function execute( $par = '' ) {
55
+ function execute( $par ) {
56
56
global $wgOut, $wgRequest, $wgUser;
57
57
58
58
if( !$this->userCanExecute( $wgUser ) ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r63914
Refactor MergeHistory to subclass SpecialPage. Ohai unloved code :)
demon
16:41, 18 March 2010
Status & tagging log
06:09, 30 June 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r63959
[
removed:
new
added:
ok]