Replace uses of deprecated ParserOutput::getText()

Bug: T293512
Change-Id: I901222ceb9a08ccef3ddf3c186006d4944d2d5ab
This commit is contained in:
Isabelle Hurbain-Palatin 2024-12-01 18:47:56 +01:00
parent eb5a21de98
commit 61a101b086

View file

@ -377,7 +377,7 @@ class RSSParser {
$markerIndex = (int)$matches[1];
return $stripItems[$markerIndex];
},
$result->getText()
$result->getRawText()
);
}