mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-16 04:17:12 -04:00
Use link instead of title fallback
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user