summaryrefslogtreecommitdiff
path: root/ui/integration_show.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/integration_show.go')
-rw-r--r--ui/integration_show.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/integration_show.go b/ui/integration_show.go
index a43bb076..03d71e17 100644
--- a/ui/integration_show.go
+++ b/ui/integration_show.go
@@ -59,7 +59,7 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) {
view.Set("menu", "settings")
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("hasPocketConsumerKeyConfigured", config.Opts.PocketConsumerKey("") != "")
html.OK(w, r, view.Render("integrations"))