]> git.wh0rd.org - tt-rss.git/commitdiff
fix xml category counters response for updateAllFeeds
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 13 Dec 2005 14:26:27 +0000 (15:26 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 13 Dec 2005 14:26:27 +0000 (15:26 +0100)
backend.php

index a4d604179db068d83c9ba677be7282effa49b37c..1062e1e41e38b1cd0d59a8b08c604a405bf41240 100644 (file)
                        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>";
                }