mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
filters: when adding rule select all feeds by default
This commit is contained in:
@@ -956,7 +956,7 @@ class Pref_Filters extends Handler_Protected {
|
||||
} else {
|
||||
$reg_exp = "";
|
||||
$filter_type = 1;
|
||||
$feed_id = [];
|
||||
$feed_id = ["0"];
|
||||
$inverse_checked = "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user