From: Alexandre Emsenhuber Date: Fri, 13 May 2011 09:20:15 +0000 (+0000) Subject: Removed redundant whitespaces X-Git-Tag: 1.31.0-rc.0~30263 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=a32c5cda55f2d2716cc4489bcf7b588adece7336;p=lhc%2Fweb%2Fwiklou.git Removed redundant whitespaces --- 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' ) );