diff options
| author | 2021-04-17 18:11:03 +0200 | |
|---|---|---|
| committer | 2021-04-17 18:11:03 +0200 | |
| commit | 83a352e4bf314effa15f4b2f9805c35b252ec2f0 (patch) | |
| tree | 2fa579a597c1cd44ce34bc05f4ecedceb221141f /app/Controllers/feedController.php | |
| parent | d0d5f1ce3f6f617e2ee1a37253ddad9687eba71c (diff) | |
Removed unused variable (#3587)
From https://github.com/FreshRSS/FreshRSS/pull/2335
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) { |
