1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:55:55 +00:00

update_rss_feed: add log message if article is filtered out

combine filters: fix crash on missing global function
This commit is contained in:
Andrew Dolgov
2018-12-08 17:01:30 +03:00
parent b08ce13825
commit f3737c0b24
2 changed files with 2 additions and 1 deletions

View File

@@ -923,6 +923,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.");
$pdo->commit();
continue;
}