diff --git a/backend.php b/backend.php index 30467d95a..d0a5acb4f 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 ""; }