aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-03-27 22:16:59 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-03-27 22:16:59 +0200
commit56bbdc543d02ef1ca92fa26aa18413d27a833748 (patch)
treeb0244660fd7ffcebfd8e5a17a886f57b3b2a0f69 /app
parent282ea0cfd782a69e7a9ca774d9a9e0f4f1b5c401 (diff)
Removing TODO
Done
Diffstat (limited to 'app')
-rwxr-xr-xapp/Controllers/feedController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php
index bfa0ae160..f6668d228 100755
--- a/app/Controllers/feedController.php
+++ b/app/Controllers/feedController.php
@@ -339,7 +339,7 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
if (!$entryDAO->inTransaction()) {
$entryDAO->beginTransaction();
}
- $entryDAO->updateEntry($entry->toArray()); //TODO: Need to refresh cache
+ $entryDAO->updateEntry($entry->toArray());
}
} elseif ($feed_history == 0 && $entry_date < $date_min) {
// This entry should not be added considering configuration and date.