Bläddra i källkod

Removed unused variable (#3587)

From https://github.com/FreshRSS/FreshRSS/pull/2335
Alexandre Alapetite 5 år sedan
förälder
incheckning
83a352e4bf
1 ändrade filer med 0 tillägg och 1 borttagningar
  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) {