diff options
Diffstat (limited to 'app/Controllers/feedController.php')
| -rwxr-xr-x | app/Controllers/feedController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php index 463aa25ed..a9dc241a9 100755 --- a/app/Controllers/feedController.php +++ b/app/Controllers/feedController.php @@ -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) { |
