mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 22:53:27 -04:00
Removed unused variable (#3587)
From https://github.com/FreshRSS/FreshRSS/pull/2335
This commit is contained in:
committed by
GitHub
parent
d0d5f1ce3f
commit
83a352e4bf
@@ -373,7 +373,6 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
|
||||
}
|
||||
$newGuids[$entry->guid()] = true;
|
||||
|
||||
$entry_date = $entry->date(true);
|
||||
if (isset($existingHashForGuids[$entry->guid()])) {
|
||||
$existingHash = $existingHashForGuids[$entry->guid()];
|
||||
if (strcasecmp($existingHash, $entry->hash()) === 0) {
|
||||
|
||||
Reference in New Issue
Block a user