X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcompareParsers.php;h=2f0bcdf2a2ee225e7a6908b4a81174c7cc014b15;hb=e3c745fea0c5231cc425a0223c9d4567152171a0;hp=b01dde6ee206180716a48d84ea5326a41aea5688;hpb=1658759d42a5d802e29a71c3fd70ae127afd3e46;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/compareParsers.php b/maintenance/compareParsers.php index b01dde6ee2..2f0bcdf2a2 100644 --- a/maintenance/compareParsers.php +++ b/maintenance/compareParsers.php @@ -144,7 +144,7 @@ class CompareParsers extends DumpIterator { return; } - $text = strval( $content->getNativeData() ); + $text = strval( $content->getText() ); $output1 = $parser1->parse( $text, $title, $this->options ); $output2 = $parser2->parse( $text, $title, $this->options );