X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FmoveBatch.php;h=3c2968988ad966af5303f7e44871718e47153002;hb=bf05883808bb65a2fdfa7907dd5ce68eede809d5;hp=3a1a72c81dc299f8611c65def244cd2109ec1ce7;hpb=601519ee36462faabacf4547c9aefaf7e8726476;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/moveBatch.php b/maintenance/moveBatch.php index 3a1a72c81d..3c2968988a 100644 --- a/maintenance/moveBatch.php +++ b/maintenance/moveBatch.php @@ -110,7 +110,7 @@ class MoveBatch extends Maintenance { $mp = new MovePage( $source, $dest ); $status = $mp->move( $wgUser, $reason, !$noredirects ); if ( !$status->isOK() ) { - $this->output( "\nFAILED: " . $status->getWikiText() ); + $this->output( "\nFAILED: " . $status->getWikiText( false, false, 'en' ) ); } $this->commitTransaction( $dbw, __METHOD__ ); $this->output( "\n" );