]> git.wh0rd.org Git - tt-rss.git/commitdiff
feedcreator fixes
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 12 Oct 2006 03:28:45 +0000 (04:28 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 12 Oct 2006 03:28:45 +0000 (04:28 +0100)
functions.php

index 97ad0c6c4afaf3b33f39cc917939875de0460bbb..c06ab0a138d72082055078b8d2f3a02c4c478a0c 100644 (file)
                        $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);
                }