Followup r63914, function must match parent
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 19 Mar 2010 21:18:11 +0000 (21:18 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 19 Mar 2010 21:18:11 +0000 (21:18 +0000)
includes/specials/SpecialMergeHistory.php

index 6d2ea3b..59c924c 100644 (file)
@@ -51,7 +51,7 @@ class SpecialMergeHistory extends SpecialPage {
                }
        }
 
-       function execute( $par = '' ) {
+       function execute( $par ) {
                global $wgOut, $wgRequest, $wgUser;
 
                if( !$this->userCanExecute( $wgUser ) ) {