From 97fe573aceb0978081cb85f7a7259546f52d507c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 28 May 2017 02:02:58 +0200 Subject: SimplePie: Do not generate hash instead of GUID https://github.com/FreshRSS/FreshRSS/issues/1552 --- app/Models/Feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/Models/Feed.php b/app/Models/Feed.php index 78a78543a..52d49db6e 100644 --- a/app/Models/Feed.php +++ b/app/Models/Feed.php @@ -337,7 +337,7 @@ class FreshRSS_Feed extends Minz_Model { $entry = new FreshRSS_Entry( $this->id(), - $item->get_id(), + $item->get_id(false, false), $title === null ? '' : $title, $author === null ? '' : html_only_entity_decode($author->name), $content === null ? '' : $content, -- cgit v1.2.3