From 66fe33e7697aca0b18fffb0a37c7c4d57c5eaf95 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 20 May 2018 10:41:08 +0300 Subject: [PATCH] bump date_updated when updated article data is saved to exclude it from purging (because it is still present in the originating feed) --- classes/rssutils.php | 1 + 1 file changed, 1 insertion(+) 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, -- 2.39.2