mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-08 19:19:15 +00:00
allow filters to work on child categories
This commit is contained in:
@@ -410,9 +410,10 @@
|
||||
|
||||
$filters = load_filters($link, $feed, $owner_uid);
|
||||
|
||||
// if ($debug_enabled) {
|
||||
// print_r($filters);
|
||||
// }
|
||||
if ($debug_enabled) {
|
||||
//print_r($filters);
|
||||
_debug("update_rss_feed: " . count($filters) . " filters loaded.");
|
||||
}
|
||||
|
||||
if ($use_simplepie) {
|
||||
$iterator = $rss->get_items();
|
||||
|
||||
Reference in New Issue
Block a user