X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=maintenance%2FaddChangeTag.php;h=c1a1b079f3d80f32500458f811492b31477ce441;hb=f704207ba129198e21ada72c2961e5bd26ac3227;hp=b63a2e2b820419c65c89c84b038d61c70752b0e3;hpb=d20f246683178c0b40226b6c0164459fff375c05;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/addChangeTag.php b/maintenance/addChangeTag.php index b63a2e2b82..c1a1b079f3 100644 --- a/maintenance/addChangeTag.php +++ b/maintenance/addChangeTag.php @@ -52,7 +52,7 @@ class AddChangeTag extends Maintenance { ); if ( !$status->isGood() ) { - $this->fatalError( $status->getWikiText( null, null, 'en' ) ); + $this->fatalError( $status->getMessage( false, false, 'en' )->text() ); } $this->output( "$tag was created.\n" );