diff options
Diffstat (limited to 'app/Models/Entry.php')
| -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(); } |
