mirror of
https://github.com/friendica/friendica
synced 2025-01-10 06:04:43 +00:00
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);
|
$entry = $entries->item($i);
|
||||||
|
|
||||||
$item = array_merge($header, $author);
|
$item = array_merge($header, $author);
|
||||||
|
$body = '';
|
||||||
|
|
||||||
$alternate = XML::getFirstAttributes($xpath, $atomns . ":link[@rel='alternate']", $entry);
|
$alternate = XML::getFirstAttributes($xpath, $atomns . ":link[@rel='alternate']", $entry);
|
||||||
if (!is_object($alternate)) {
|
if (!is_object($alternate)) {
|
||||||
|
|
Loading…
Reference in a new issue