Fix: Feeds had been imported with the wrong body
This commit is contained in:
parent
f673232e53
commit
91a7217fb8
1 changed files with 1 additions and 0 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue