Fix E_STRICT per Raymond.
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 7 Feb 2009 14:44:56 +0000 (14:44 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 7 Feb 2009 14:44:56 +0000 (14:44 +0000)
includes/specials/SpecialExport.php

index db2607b..b2ec82b 100644 (file)
@@ -30,7 +30,7 @@ class SpecialExport extends SpecialPage {
                parent::__construct( 'Export' );
        }
        
-       public function execute( $par = '' ) {
+       public function execute( $par ) {
                global $wgOut, $wgRequest, $wgSitename, $wgExportAllowListContributors;
                global $wgExportAllowHistory, $wgExportMaxHistory;