From 601a5e04eed1c1f38aa71199b1006d9c990209db Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 13 Dec 2005 15:26:27 +0100 Subject: fix xml category counters response for updateAllFeeds --- backend.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backend.php') diff --git a/backend.php b/backend.php index a4d604179..1062e1e41 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 ""; } -- cgit v1.2.3