fix E_STRICT
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 5 Jun 2010 18:23:26 +0000 (18:23 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 5 Jun 2010 18:23:26 +0000 (18:23 +0000)
includes/specials/SpecialRevisionMove.php

index 4aa5e10..d085a69 100644 (file)
@@ -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();