summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>";
}