summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-05-20 10:41:08 +0300
committerAndrew Dolgov <[email protected]>2018-05-20 10:41:08 +0300
commit66fe33e7697aca0b18fffb0a37c7c4d57c5eaf95 (patch)
tree79019811753cb5e0976a4e3a2637df3c8fce3fac /classes
parent8702ded6a1d5780903c5344b1240707e498bda7a (diff)
bump date_updated when updated article data is saved to exclude it from purging (because it is still present in the originating feed)
Diffstat (limited to 'classes')
-rwxr-xr-xclasses/rssutils.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/rssutils.php b/classes/rssutils.php
index f06cb085e..dd6d1dd31 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,