From: Andrew Dolgov Date: Thu, 12 Oct 2006 03:28:45 +0000 (+0100) Subject: feedcreator fixes X-Git-Tag: 1.2.4~4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6e93d7d6e4b61e0aec696a24df0cc1531f053436;p=tt-rss.git feedcreator fixes --- diff --git a/functions.php b/functions.php index 97ad0c6c..c06ab0a1 100644 --- a/functions.php +++ b/functions.php @@ -2383,7 +2383,8 @@ $item->title = $line["title"]; $item->description = $line["content_preview"]; $item->date = strtotime($line["updated"]); - $item->id = $line["guid"]; + $item->guid = $line["guid"]; + $item->link = $line['link']; $rss->addItem($item); }