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:
parent
8702ded6a1
commit
66fe33e769
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue