Parcourir la source

Removed unused variable (#3587)

From https://github.com/FreshRSS/FreshRSS/pull/2335
Alexandre Alapetite il y a 5 ans
Parent
commit
83a352e4bf
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      app/Controllers/feedController.php

+ 0 - 1
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) {