1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 22:55:56 +00:00

always return global-unread counters

This commit is contained in:
Andrew Dolgov
2006-02-12 10:55:26 +01:00
parent 5a18050571
commit e50d321224

View File

@@ -759,9 +759,10 @@
if (get_pref($link, 'ENABLE_FEED_CATS')) {
getCategoryCounters($link);
}
getGlobalCounters($link, $global_unread);
}
getGlobalCounters($link, $global_unread);
print "</rpc-reply>";
}