summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-12 10:55:26 +0100
committerAndrew Dolgov <[email protected]>2006-02-12 10:55:26 +0100
commite50d3212245b75d9915b471168653e01a326f99f (patch)
tree9591cbde409d3e859bea064237925654d7198655 /backend.php
parent5a180505717398293b8f66489b149cd56a894490 (diff)
always return global-unread counters
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 30467d95a..d0a5acb4f 100644
--- a/backend.php
+++ b/backend.php
@@ -759,9 +759,10 @@
if (get_pref($link, 'ENABLE_FEED_CATS')) {
getCategoryCounters($link);
}
- getGlobalCounters($link, $global_unread);
}
-
+
+ getGlobalCounters($link, $global_unread);
+
print "</rpc-reply>";
}