From: Chad Horohoe Date: Sat, 7 Feb 2009 14:44:56 +0000 (+0000) Subject: Fix E_STRICT per Raymond. X-Git-Tag: 1.31.0-rc.0~42989 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=c37d04d70f8d2ceb0b711d0ebf7170aed4ebfc92;p=lhc%2Fweb%2Fwiklou.git Fix E_STRICT per Raymond. --- 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;