X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=blobdiff_plain;f=classes%2Fpref%2Ffilters.php;h=170c1a5277bedd7fb378c23e27102e3cf019970a;hp=cfc20e4192fa7f38c7150a5034e8f67604d21387;hb=0d703c73bd27147c94e2c5a67eeb115f448fbd70;hpb=0e21b0b4753937bb825c69afcf35e37771fcd329 diff --git a/classes/pref/filters.php b/classes/pref/filters.php index cfc20e41..170c1a52 100644 --- a/classes/pref/filters.php +++ b/classes/pref/filters.php @@ -164,7 +164,9 @@ class Pref_Filters extends Handler_Protected { while ($line = $this->dbh->fetch_assoc($result)) { $where = sql_bool_to_bool($line["cat_filter"]) ? - getCategoryTitle($line["cat_id"]) : getFeedTitle($line["feed_id"]); + getCategoryTitle($line["cat_id"]) : + ($line["feed_id"] ? + getFeedTitle($line["feed_id"]) : __("All feeds")); # $where = $line["cat_id"] . "/" . $line["feed_id"];