From 6e93d7d6e4b61e0aec696a24df0cc1531f053436 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Oct 2006 04:28:45 +0100 Subject: feedcreator fixes --- functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 97ad0c6c4..c06ab0a13 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); } -- cgit v1.2.3