mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:05:56 +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"]);
|
unset($line["cat_id"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!sql_bool_to_bool($line["inverse"])) unset($line["inverse"]);
|
||||||
|
|
||||||
if ($count < 2) {
|
if ($count < 2) {
|
||||||
array_push($titles, $this->getRuleName($line));
|
array_push($titles, $this->getRuleName($line));
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user