X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcompareParsers.php;h=2f0bcdf2a2ee225e7a6908b4a81174c7cc014b15;hb=7fa7e6164d640f4523caa142b8ca4b3f15e1621b;hp=b01dde6ee206180716a48d84ea5326a41aea5688;hpb=4077b57759756ecd0d25427ec9598feb28a28ac1;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 );