From c37d04d70f8d2ceb0b711d0ebf7170aed4ebfc92 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 7 Feb 2009 14:44:56 +0000 Subject: [PATCH] Fix E_STRICT per Raymond. --- includes/specials/SpecialExport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialExport.php b/includes/specials/SpecialExport.php index db2607b474..b2ec82b05a 100644 --- a/includes/specials/SpecialExport.php +++ b/includes/specials/SpecialExport.php @@ -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; -- 2.20.1