1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 01:25:56 +00:00

properly update local vfeed counters

This commit is contained in:
Andrew Dolgov
2009-02-04 09:51:31 +03:00
parent 2a0dc5f902
commit c8a9fe5b07
3 changed files with 57 additions and 37 deletions

View File

@@ -627,6 +627,8 @@ function parse_counters_reply(transport, scheduled_call) {
function all_counters_callback2(transport, async_call) {
try {
if (async_call) async_counters_work = true;
if (offline_mode) return;
debug("<b>all_counters_callback2 IN: " + transport + "</b>");
parse_counters_reply(transport);