diff options
Diffstat (limited to 'routers/user/home.go')
-rw-r--r-- | routers/user/home.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/user/home.go b/routers/user/home.go index cd1d0fac5c..bf97c92398 100644 --- a/routers/user/home.go +++ b/routers/user/home.go @@ -132,7 +132,7 @@ func Dashboard(ctx *middleware.Context) { ctx.Data["MirrorCount"] = len(mirrors) ctx.Data["Mirrors"] = mirrors - retrieveFeeds(ctx, ctx.User.Id, 0, false) + retrieveFeeds(ctx, ctxUser.Id, 0, false) if ctx.Written() { return } |