From: Andrew Dolgov Date: Sun, 20 May 2018 07:41:08 +0000 (+0300) Subject: bump date_updated when updated article data is saved to exclude it from purging ... X-Git-Tag: 18.8~37 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=66fe33e7697aca0b18fffb0a37c7c4d57c5eaf95 bump date_updated when updated article data is saved to exclude it from purging (because it is still present in the originating feed) --- diff --git a/classes/rssutils.php b/classes/rssutils.php index f06cb085..dd6d1dd3 100755 --- a/classes/rssutils.php +++ b/classes/rssutils.php @@ -989,6 +989,7 @@ class RSSUtils { content = :content, content_hash = :content_hash, updated = :updated, + date_updated = NOW(), num_comments = :num_comments, plugin_data = :plugin_data, author = :author,