Removed redundant whitespaces
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 13 May 2011 09:20:15 +0000 (09:20 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 13 May 2011 09:20:15 +0000 (09:20 +0000)
includes/specials/SpecialMovepage.php

index b61f963..ef3e550 100644 (file)
@@ -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' ) );