bump date_updated when updated article data is saved to exclude it from purging (because it is still present in the originating feed)

This commit is contained in:
Andrew Dolgov 2018-05-20 10:41:08 +03:00
parent 8702ded6a1
commit 66fe33e769
1 changed files with 1 additions and 0 deletions

View File

@ -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,