fix xml category counters response for updateAllFeeds

This commit is contained in:
Andrew Dolgov 2005-12-13 15:26:27 +01:00
parent 7160700cbf
commit 601a5e04ee

View file

@ -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>";
}