diff options
| author | 2017-04-05 14:50:16 +0200 | |
|---|---|---|
| committer | 2017-04-05 14:50:16 +0200 | |
| commit | dadd6e7beed41b7a7f3473fda60f7fcb57a9f866 (patch) | |
| tree | f35486da55629ad5c36025cdd2d1b58efaba0c34 /app | |
| parent | d42a20506ba07ec72d2d618db095ec853e51f9c1 (diff) | |
Use link instead of title fallback
Diffstat (limited to 'app')
| -rw-r--r-- | app/Models/Entry.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php index 2946e839d..26cd24797 100644 --- a/app/Models/Entry.php +++ b/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(); } |
