Przeglądaj źródła

Use link instead of title fallback

Alexandre Alapetite 9 lat temu
rodzic
commit
dadd6e7bee
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Models/Entry.php

+ 1 - 1
app/Models/Entry.php

@@ -102,7 +102,7 @@ class FreshRSS_Entry extends Minz_Model {
 	}
 	public function _guid($value) {
 		if ($value == '') {
-			$value = $this->title;
+			$value = $this->link;
 			if ($value == '') {
 				$value = $this->hash();
 			}