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