mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-31 23:49:14 +00:00
active_feed_is_cat, active_feed_id handling changes
This commit is contained in:
@@ -4188,7 +4188,7 @@
|
||||
$inner_title_class = "catTitleNL";
|
||||
}
|
||||
|
||||
if ($cat_id > 0) {
|
||||
if ($cat_id >= 0) {
|
||||
$cat_class = "feedCat";
|
||||
} else {
|
||||
$cat_class = "virtCat";
|
||||
|
||||
Reference in New Issue
Block a user