From a32c5cda55f2d2716cc4489bcf7b588adece7336 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 13 May 2011 09:20:15 +0000 Subject: [PATCH] Removed redundant whitespaces --- includes/specials/SpecialMovepage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/specials/SpecialMovepage.php b/includes/specials/SpecialMovepage.php index b61f963f4a..ef3e550557 100644 --- a/includes/specials/SpecialMovepage.php +++ b/includes/specials/SpecialMovepage.php @@ -113,7 +113,7 @@ class MovePageForm extends UnlistedSpecialPage { $wgOut->setPagetitle( wfMsg( 'move-page', $this->oldTitle->getPrefixedText() ) ); $skin->setRelevantTitle( $this->oldTitle ); - + $wgOut->addModules( 'mediawiki.special.movePage' ); $newTitle = $this->newTitle; @@ -414,7 +414,7 @@ class MovePageForm extends UnlistedSpecialPage { DoubleRedirectJob::fixRedirects( 'move', $ot, $nt ); } - wfRunHooks( 'SpecialMovepageAfterMove', array( &$this , &$ot , &$nt ) ) ; + wfRunHooks( 'SpecialMovepageAfterMove', array( &$this, &$ot, &$nt ) ); $wgOut->setPagetitle( wfMsg( 'pagemovedsub' ) ); -- 2.20.1