mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 22:31:29 +00:00
* HOOK_ENCLOSURE_ENTRY: pass article_id to handler
* DiskCache: multiple fixes; support isWritable() for cache entries, set content-disposition for send() * public/cached_url: allow selecting files from sub-caches other than images * plugins/Cache_Starred_Images: rework to use DiskCache, can be enabled per-user, properly handles article enclosures, etc
This commit is contained in:
@@ -871,7 +871,7 @@ class RSSUtils {
|
||||
$entry_ref_id = $ref_id;
|
||||
|
||||
if (RSSUtils::find_article_filter($article_filters, "filter")) {
|
||||
Debug::log("article is filtered out, nothing to do.");
|
||||
Debug::log("article is filtered out, nothing to do.", Debug::$LOG_VERBOSE);
|
||||
$pdo->commit();
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user