X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=includes%2FFeedUtils.php;h=899ac09ad2b26498ce7311b13e38ee9cfca6a0fb;hb=dd35e1a469b96a787e015dce28adfb5a8b6daa62;hp=4dde52d0b459b1e3d4daa1c7a436ef38dc252f93;hpb=6f7e982df6479e27c3b17f2deda8404ef55f50e6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FeedUtils.php b/includes/FeedUtils.php index 4dde52d0b4..899ac09ad2 100644 --- a/includes/FeedUtils.php +++ b/includes/FeedUtils.php @@ -173,7 +173,7 @@ class FeedUtils { if ( $newContent instanceof TextContent ) { // only textual content has a "source view". - $text = $newContent->getNativeData(); + $text = $newContent->getText(); if ( $wgFeedDiffCutoff <= 0 || strlen( $text ) > $wgFeedDiffCutoff ) { $html = null;