From: Alexandre Emsenhuber Date: Sat, 5 Jun 2010 18:23:26 +0000 (+0000) Subject: fix E_STRICT X-Git-Tag: 1.31.0-rc.0~36613 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=6ae5309c77c6fa599ee24128eaf0796f424cee5a;p=lhc%2Fweb%2Fwiklou.git fix E_STRICT --- diff --git a/includes/specials/SpecialRevisionMove.php b/includes/specials/SpecialRevisionMove.php index 4aa5e10447..d085a69300 100644 --- a/includes/specials/SpecialRevisionMove.php +++ b/includes/specials/SpecialRevisionMove.php @@ -51,7 +51,7 @@ class SpecialRevisionMove extends UnlistedSpecialPage { * * Mostly initializes variables and calls either showForm() or submit() */ - public function execute( $par = '' ) { + public function execute( $par ) { global $wgUser, $wgOut, $wgSkin; $this->setHeaders();