aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xinc/poche/Poche.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index 5b1a0672..7bf33308 100755
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -1164,7 +1164,7 @@ class Poche
1164 foreach ($entries as $entry) { 1164 foreach ($entries as $entry) {
1165 $newItem = $feed->createNewItem(); 1165 $newItem = $feed->createNewItem();
1166 $newItem->setTitle($entry['title']); 1166 $newItem->setTitle($entry['title']);
1167 $newItem->setLink(Tools::getPocheUrl() . '?view=view&id=' . $entry['id']); 1167 $newItem->setLink($entry['url']);
1168 $newItem->setDate(time()); 1168 $newItem->setDate(time());
1169 $newItem->setDescription($entry['content']); 1169 $newItem->setDescription($entry['content']);
1170 $feed->addItem($newItem); 1170 $feed->addItem($newItem);