summaryrefslogtreecommitdiff
path: root/ui/unread_entries.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/unread_entries.go')
-rw-r--r--ui/unread_entries.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/unread_entries.go b/ui/unread_entries.go
index e01c941f..57ff62b2 100644
--- a/ui/unread_entries.go
+++ b/ui/unread_entries.go
@@ -55,7 +55,7 @@ func (h *handler) showUnreadPage(w http.ResponseWriter, r *http.Request) {
view.Set("menu", "unread")
view.Set("user", user)
view.Set("countUnread", countUnread)
- 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("unread_entries"))