always return global-unread counters

This commit is contained in:
Andrew Dolgov 2006-02-12 10:55:26 +01:00
parent 5a18050571
commit e50d321224
1 changed files with 3 additions and 2 deletions

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>";
}