summaryrefslogtreecommitdiff
path: root/ui/subscription_choose.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/subscription_choose.go')
-rw-r--r--ui/subscription_choose.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/subscription_choose.go b/ui/subscription_choose.go
index 3df6e13a..68390e18 100644
--- a/ui/subscription_choose.go
+++ b/ui/subscription_choose.go
@@ -36,7 +36,7 @@ func (h *handler) showChooseSubscriptionPage(w http.ResponseWriter, r *http.Requ
view.Set("menu", "feeds")
view.Set("user", user)
view.Set("countUnread", h.store.CountUnreadEntries(user.ID))
- view.Set("countErrorFeeds", h.store.CountErrorFeeds(user.ID))
+ view.Set("countErrorFeeds", h.store.CountUserFeedsWithErrors(user.ID))
view.Set("defaultUserAgent", client.DefaultUserAgent)
subscriptionForm := form.NewSubscriptionForm(r)