X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Fedit.php;h=4219ed05179b391cce6d4d9376f532704130d7e7;hb=d96d1264ee39f43f59e624902ce0cf1e0f30e002;hp=4ef73799d48bd1fd47f895f1168cf68e10bcc259;hpb=4b73a8b6fbb6da651af850a7d667e6e8d59e6fce;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/edit.php b/maintenance/edit.php index 4ef73799d4..4219ed0517 100644 --- a/maintenance/edit.php +++ b/maintenance/edit.php @@ -97,7 +97,7 @@ class EditCLI extends Maintenance { $exit = 1; } if ( !$status->isGood() ) { - $this->output( $status->getWikiText() . "\n" ); + $this->output( $status->getWikiText( false, false, 'en' ) . "\n" ); } exit( $exit ); }