mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2025-01-05 11:25:11 +00:00
Replace uses of deprecated ParserOutput::getText()
Bug: T293512 Change-Id: I901222ceb9a08ccef3ddf3c186006d4944d2d5ab
This commit is contained in:
parent
eb5a21de98
commit
61a101b086
|
@ -377,7 +377,7 @@ class RSSParser {
|
||||||
$markerIndex = (int)$matches[1];
|
$markerIndex = (int)$matches[1];
|
||||||
return $stripItems[$markerIndex];
|
return $stripItems[$markerIndex];
|
||||||
},
|
},
|
||||||
$result->getText()
|
$result->getRawText()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue