Parcourir la source

SimplePie: Do not generate hash instead of GUID

https://github.com/FreshRSS/FreshRSS/issues/1552
Alexandre Alapetite il y a 8 ans
Parent
commit
97fe573ace
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Models/Feed.php

+ 1 - 1
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,