From 33a99d587a034ba476328437da60049dbf830d6a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 17 Dec 2015 21:57:34 -0500 Subject: fix #2223 --- routers/user/home.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers') 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 } -- cgit v1.2.3