diff --git a/backend.php b/backend.php index a4d604179..1062e1e41 100644 --- a/backend.php +++ b/backend.php @@ -608,6 +608,9 @@ if (strchr($omode, "l")) getLabelCounters($link); if (strchr($omode, "f")) getFeedCounters($link); if (strchr($omode, "t")) getTagCounters($link); + if (get_pref($link, 'ENABLE_FEED_CATS')) { + getCategoryCounters($link); + } getGlobalCounters($link); print ""; }