X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialMergeHistory.php;h=b6cf8e445a78c5f40ceeeb3ee11e7264d0681d0a;hp=368d4919d1cbebe74764adcccfda880af271dc93;hb=28f90f8f46878820589d8764af67737410337a3f;hpb=d964c0ed629bcc9620e2a6e2d9b02741d3eaba25 diff --git a/includes/specials/SpecialMergeHistory.php b/includes/specials/SpecialMergeHistory.php index 368d4919d1..b6cf8e445a 100644 --- a/includes/specials/SpecialMergeHistory.php +++ b/includes/specials/SpecialMergeHistory.php @@ -152,7 +152,7 @@ class SpecialMergeHistory extends SpecialPage { if ( count( $errors ) ) { $this->showMergeForm(); - $out->addHTML( implode( "\n", $errors ) ); + $this->getOutput()->addHTML( implode( "\n", $errors ) ); } else { $this->showHistory(); }