From 6ae5309c77c6fa599ee24128eaf0796f424cee5a Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 5 Jun 2010 18:23:26 +0000 Subject: [PATCH] fix E_STRICT --- includes/specials/SpecialRevisionMove.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1