Fix: Feeds had been imported with the wrong body

This commit is contained in:
Michael 2023-05-07 06:13:28 +00:00
parent f673232e53
commit 91a7217fb8

View file

@ -309,6 +309,7 @@ class Feed
$entry = $entries->item($i);
$item = array_merge($header, $author);
$body = '';
$alternate = XML::getFirstAttributes($xpath, $atomns . ":link[@rel='alternate']", $entry);
if (!is_object($alternate)) {