mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:06:02 +00:00
getFilterName: only show inverse rules as actually inverse
This commit is contained in:
@@ -911,6 +911,8 @@ class Pref_Filters extends Handler_Protected {
|
||||
unset($line["cat_id"]);
|
||||
}
|
||||
|
||||
if (!sql_bool_to_bool($line["inverse"])) unset($line["inverse"]);
|
||||
|
||||
if ($count < 2) {
|
||||
array_push($titles, $this->getRuleName($line));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user