summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php3
1 files changed, 2 insertions, 1 deletions
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);
}