X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FaddChangeTag.php;h=c1a1b079f3d80f32500458f811492b31477ce441;hb=00e52d96addceb383baa25b9cd5b40b4fa61d9a8;hp=b63a2e2b820419c65c89c84b038d61c70752b0e3;hpb=b658c71db4e382437ca5045e92254083a466e099;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" );