diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index 8c6b4c28d1..6d6d3f6762 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -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)) {