Просмотр исходного кода

Removed unused variable (#3587)

From https://github.com/FreshRSS/FreshRSS/pull/2335
Alexandre Alapetite 5 лет назад
Родитель
Сommit
83a352e4bf
1 измененных файлов с 0 добавлено и 1 удалено
  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) {