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

add HOOK_FILTER_TRIGGERED (for filter debugging)

This commit is contained in:
Andrew Dolgov
2018-12-06 19:15:00 +03:00
parent e9cf8e8e35
commit a01c33d654
3 changed files with 19 additions and 4 deletions

View File

@@ -1945,7 +1945,8 @@
}
}
$filter = array();
$filter = [];
$filter["id"] = $filter_id;
$filter["match_any_rule"] = sql_bool_to_bool($line["match_any_rule"]);
$filter["inverse"] = sql_bool_to_bool($line["inverse"]);
$filter["rules"] = $rules;