always return global-unread counters
This commit is contained in:
parent
5a18050571
commit
e50d321224
|
@ -759,9 +759,10 @@
|
|||
if (get_pref($link, 'ENABLE_FEED_CATS')) {
|
||||
getCategoryCounters($link);
|
||||
}
|
||||
getGlobalCounters($link, $global_unread);
|
||||
}
|
||||
|
||||
|
||||
getGlobalCounters($link, $global_unread);
|
||||
|
||||
print "</rpc-reply>";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue