Index: trunk/phase3/includes/specials/SpecialMovepage.php |
— | — | @@ -113,7 +113,7 @@ |
114 | 114 | |
115 | 115 | $wgOut->setPagetitle( wfMsg( 'move-page', $this->oldTitle->getPrefixedText() ) ); |
116 | 116 | $skin->setRelevantTitle( $this->oldTitle ); |
117 | | - |
| 117 | + |
118 | 118 | $wgOut->addModules( 'mediawiki.special.movePage' ); |
119 | 119 | |
120 | 120 | $newTitle = $this->newTitle; |
— | — | @@ -414,7 +414,7 @@ |
415 | 415 | DoubleRedirectJob::fixRedirects( 'move', $ot, $nt ); |
416 | 416 | } |
417 | 417 | |
418 | | - wfRunHooks( 'SpecialMovepageAfterMove', array( &$this , &$ot , &$nt ) ) ; |
| 418 | + wfRunHooks( 'SpecialMovepageAfterMove', array( &$this, &$ot, &$nt ) ); |
419 | 419 | |
420 | 420 | $wgOut->setPagetitle( wfMsg( 'pagemovedsub' ) ); |
421 | 421 | |