1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00

fix pref_filters

This commit is contained in:
Andrew Dolgov 2011-12-19 00:36:38 +04:00
parent 396bfdf928
commit d0dfb4c8a8

View File

@ -464,7 +464,7 @@ class Pref_Filters extends Protected_Handler {
} else {
filter_test($this->link, $filter_type, $regexp,
$this->filter_test($filter_type, $regexp,
$action_id, $action_param, $filter_param, sql_bool_to_bool($inverse),
(int) $_REQUEST["feed_id"]);