mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-16 02:10:59 +01:00
filter rule saving fix
This commit is contained in:
parent
0002e598f8
commit
bfccff11c4
@ -696,7 +696,7 @@ class Pref_Filters extends Handler_Protected {
|
||||
if ($rule) {
|
||||
|
||||
$reg_exp = trim($rule["reg_exp"]);
|
||||
$inverse = isset($rule["inverse"]) ? true : false;
|
||||
$inverse = isset($rule["inverse"]) ? 1 : 0;
|
||||
|
||||
$filter_type = (int)trim($rule["filter_type"]);
|
||||
$match_on = json_encode($rule["feed_id"]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user