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 @@
5252 }
5353 }
5454
55 - function execute( $par = '' ) {
 55+ function execute( $par ) {
5656 global $wgOut, $wgRequest, $wgUser;
5757
5858 if( !$this->userCanExecute( $wgUser ) ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r63914Refactor MergeHistory to subclass SpecialPage. Ohai unloved code :)demon16:41, 18 March 2010

Status & tagging log