summaryrefslogtreecommitdiff
path: root/ui/entry_unread.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/entry_unread.go')
-rw-r--r--ui/entry_unread.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/entry_unread.go b/ui/entry_unread.go
index 414b8e88..af006ea8 100644
--- a/ui/entry_unread.go
+++ b/ui/entry_unread.go
@@ -84,7 +84,7 @@ func (h *handler) showUnreadEntryPage(w http.ResponseWriter, r *http.Request) {
view.Set("menu", "unread")
view.Set("user", user)
view.Set("hasSaveEntry", h.store.HasSaveEntry(user.ID))
- view.Set("countErrorFeeds", h.store.CountErrorFeeds(user.ID))
+ view.Set("countErrorFeeds", h.store.CountUserFeedsWithErrors(user.ID))
// Fetching the counter here avoid to be off by one.
view.Set("countUnread", h.store.CountUnreadEntries(user.ID))