X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontent%2FContentHandler.php;h=65a7b7daac88f9e57a4e25a56184842bd77ec874;hb=8ffabe23a195e47af2a117a2a917a280b3459255;hp=b62737d5bb8246de3b0d232f2e29dc3b2292070f;hpb=bfb8f5c9d3d2046271c027401e31c9645ad792cd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/ContentHandler.php b/includes/content/ContentHandler.php index b62737d5bb..65a7b7daac 100644 --- a/includes/content/ContentHandler.php +++ b/includes/content/ContentHandler.php @@ -646,9 +646,6 @@ abstract class ContentHandler { $slotDiffRenderer->setStatsdDataFactory( $statsdDataFactory ); // XXX using the page language would be better, but it's unclear how that should be injected $slotDiffRenderer->setLanguage( $contentLanguage ); - $slotDiffRenderer->setWikiDiff2MovedParagraphDetectionCutoff( - $context->getConfig()->get( 'WikiDiff2MovedParagraphDetectionCutoff' ) - ); $engine = DifferenceEngine::getEngine(); if ( $engine === false ) {