Fix.
authorRotem Liss <rotem@users.mediawiki.org>
Sat, 9 Feb 2008 12:40:20 +0000 (12:40 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sat, 9 Feb 2008 12:40:20 +0000 (12:40 +0000)
includes/SpecialMovepage.php

index 6bbe496..7a003bb 100644 (file)
@@ -276,7 +276,7 @@ class MovePageForm {
                  '&newtitle=' . wfUrlencode( $nt->getPrefixedText() ) .
                  '&talkmoved='.$talkmoved );
 
-               #$wgOut->redirect( $success );
+               $wgOut->redirect( $success );
        }
 
        function showSuccess() {