aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/ui/controller/category.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/ui/controller/category.go')
-rw-r--r--server/ui/controller/category.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/ui/controller/category.go b/server/ui/controller/category.go
index 9bb12fb..cf378c6 100644
--- a/server/ui/controller/category.go
+++ b/server/ui/controller/category.go
@@ -51,7 +51,7 @@ func (c *Controller) ShowCategoryEntries(ctx *core.Context, request *core.Reques
return
}
- builder := c.store.GetEntryQueryBuilder(user.ID, user.Timezone)
+ builder := c.store.NewEntryQueryBuilder(user.ID)
builder.WithCategoryID(category.ID)
builder.WithOrder(model.DefaultSortingOrder)
builder.WithDirection(user.EntryDirection)