From 601a5e04eed1c1f38aa71199b1006d9c990209db Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 13 Dec 2005 15:26:27 +0100 Subject: [PATCH] fix xml category counters response for updateAllFeeds --- backend.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend.php b/backend.php index a4d60417..1062e1e4 100644 --- a/backend.php +++ b/backend.php @@ -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 ""; } -- 2.39.5