X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FOutputPage.php;h=8a19c51f7a7b799b4aa13f55ca7766cdc9cd2b0b;hb=187b1d48b3e83b93a19741c8a962a3b964950ef3;hp=cb90ccf7b79e82d41cf003a28ae14738bb887355;hpb=76e1adc55491312337de67529be7d20584f51f3d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/OutputPage.php b/includes/OutputPage.php index cb90ccf7b7..8a19c51f7a 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2984,7 +2984,7 @@ class OutputPage extends ContextSource { */ public function showFileRenameError( $old, $new ) { wfDeprecated( __METHOD__, '1.32' ); - $this->showFatalError( $this->msg( 'filerenameerror', $old, $new )->escpaed() ); + $this->showFatalError( $this->msg( 'filerenameerror', $old, $new )->escaped() ); } /**