]> git.wh0rd.org - tt-rss.git/commitdiff
bump date_updated when updated article data is saved to exclude it from purging ...
authorAndrew Dolgov <noreply@fakecake.org>
Sun, 20 May 2018 07:41:08 +0000 (10:41 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sun, 20 May 2018 07:41:08 +0000 (10:41 +0300)
classes/rssutils.php

index f06cb085ef47497eb5d1ee632c96349a9e109640..dd6d1dd31379818f6364161f0be61df66cb862da 100755 (executable)
@@ -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,