mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-30 20:37:10 +00:00
fix xml category counters response for updateAllFeeds
This commit is contained in:
@@ -608,6 +608,9 @@
|
||||
if (strchr($omode, "l")) getLabelCounters($link);
|
||||
if (strchr($omode, "f")) getFeedCounters($link);
|
||||
if (strchr($omode, "t")) getTagCounters($link);
|
||||
if (get_pref($link, 'ENABLE_FEED_CATS')) {
|
||||
getCategoryCounters($link);
|
||||
}
|
||||
getGlobalCounters($link);
|
||||
print "</rpc-reply>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user