mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 14:21:30 +00:00
always return global-unread counters
This commit is contained in:
@@ -759,9 +759,10 @@
|
|||||||
if (get_pref($link, 'ENABLE_FEED_CATS')) {
|
if (get_pref($link, 'ENABLE_FEED_CATS')) {
|
||||||
getCategoryCounters($link);
|
getCategoryCounters($link);
|
||||||
}
|
}
|
||||||
getGlobalCounters($link, $global_unread);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getGlobalCounters($link, $global_unread);
|
||||||
|
|
||||||
print "</rpc-reply>";
|
print "</rpc-reply>";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user