Alexandre Alapetite пре 9 година
родитељ
комит
56bbdc543d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Controllers/feedController.php

+ 1 - 1
app/Controllers/feedController.php

@@ -339,7 +339,7 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
 							if (!$entryDAO->inTransaction()) {
 							if (!$entryDAO->inTransaction()) {
 								$entryDAO->beginTransaction();
 								$entryDAO->beginTransaction();
 							}
 							}
-							$entryDAO->updateEntry($entry->toArray());	//TODO: Need to refresh cache
+							$entryDAO->updateEntry($entry->toArray());
 						}
 						}
 					} elseif ($feed_history == 0 && $entry_date < $date_min) {
 					} elseif ($feed_history == 0 && $entry_date < $date_min) {
 						// This entry should not be added considering configuration and date.
 						// This entry should not be added considering configuration and date.