зеркало из https://github.com/nextcloud/news.git
remove utf8-deocde, should be done by the lib
This commit is contained in:
Родитель
c102123dc9
Коммит
034e13ef65
|
@ -129,7 +129,7 @@ class FeedFetcher implements IFeedFetcher {
|
|||
$item->setGuid($guid);
|
||||
|
||||
// purification is done in the service layer
|
||||
$item->setBody(utf8_decode($parsedItem->getContent()));
|
||||
$item->setBody($parsedItem->getContent());
|
||||
|
||||
// pubdate is not required. if not given use the current date
|
||||
$date = $parsedItem->getDate();
|
||||
|
|
Загрузка…
Ссылка в новой задаче