diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 5b1a067..7bf3330 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -1164,7 +1164,7 @@ class Poche foreach ($entries as $entry) { $newItem = $feed->createNewItem(); $newItem->setTitle($entry['title']); - $newItem->setLink(Tools::getPocheUrl() . '?view=view&id=' . $entry['id']); + $newItem->setLink($entry['url']); $newItem->setDate(time()); $newItem->setDescription($entry['content']); $feed->addItem($newItem);