summaryrefslogtreecommitdiff
path: root/app/Controllers/feedController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-05-09 13:08:29 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-05-09 13:08:29 +0200
commit8759fa6c6801f8260f0cc673005a2ecf994726f9 (patch)
tree0177f08af689e086a539ebecad0e7bf4adf1719e /app/Controllers/feedController.php
parent6ba3257b18c191358f24ccfa8aff93f804916eb2 (diff)
parent7f7de31c1dcb6599be5c5713f36b4bde1d03d47a (diff)
Merge remote-tracking branch 'origin/sql_hash_lastUpdate' into dev
Diffstat (limited to 'app/Controllers/feedController.php')
-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 08a0257a2..59c9174fb 100755
--- a/app/Controllers/feedController.php
+++ b/app/Controllers/feedController.php
@@ -343,7 +343,7 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
} else { //This entry already exists but has been updated
Minz_Log::debug('Entry with GUID `' . $entry->guid() . '` updated in feed ' . $feed->id() .
', old hash ' . $existingHash . ', new hash ' . $entry->hash());
- $entry->_isRead($is_read); //Reset is_read
+ $entry->_isRead(null); //Change is_read according to policy. //TODO: Implement option
if (!$entryDAO->hasTransaction()) {
$entryDAO->beginTransaction();
}