]> git.wh0rd.org Git - tt-rss.git/commitdiff
always return global-unread counters
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 12 Feb 2006 09:55:26 +0000 (10:55 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 12 Feb 2006 09:55:26 +0000 (10:55 +0100)
backend.php

index 30467d95a3834dc06e9f54c4962d8beefabd3c76..d0a5acb4f08af737d8ab4981dfbcbe2125164fe0 100644 (file)
                                if (get_pref($link, 'ENABLE_FEED_CATS')) {
                                        getCategoryCounters($link);
                                }
-                               getGlobalCounters($link, $global_unread);
                        }
-                       
+
+                       getGlobalCounters($link, $global_unread);
+
                        print "</rpc-reply>";
 
                }