Explorar o código

SimplePie: Do not generate hash instead of GUID

https://github.com/FreshRSS/FreshRSS/issues/1552
Alexandre Alapetite %!s(int64=9) %!d(string=hai) anos
pai
achega
97fe573ace
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,