aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/feedController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/feedController.php')
-rwxr-xr-xapp/Controllers/feedController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php
index 25bada492..6c9b16ff4 100755
--- a/app/Controllers/feedController.php
+++ b/app/Controllers/feedController.php
@@ -377,6 +377,9 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
continue;
}
+ // If the entry has changed, there is a good chance for the full content to have changed as well.
+ $entry->loadCompleteContent(true);
+
if (!$entryDAO->inTransaction()) {
$entryDAO->beginTransaction();
}