summaryrefslogtreecommitdiff
path: root/ui/shared_entries.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/shared_entries.go')
-rw-r--r--ui/shared_entries.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/shared_entries.go b/ui/shared_entries.go
index 8d599441..0ba9cb19 100644
--- a/ui/shared_entries.go
+++ b/ui/shared_entries.go
@@ -45,7 +45,7 @@ func (h *handler) sharedEntries(w http.ResponseWriter, r *http.Request) {
view.Set("menu", "history")
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("hasSaveEntry", h.store.HasSaveEntry(user.ID))
html.OK(w, r, view.Render("shared_entries"))