From: Andrew Dolgov Date: Sun, 12 Feb 2006 09:55:26 +0000 (+0100) Subject: always return global-unread counters X-Git-Tag: 1.1.3~20 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e50d3212245b75d9915b471168653e01a326f99f;p=tt-rss.git always return global-unread counters --- diff --git a/backend.php b/backend.php index 30467d95..d0a5acb4 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 ""; }