From a1d97e8f5c13d4380abe761ed64d0ab59b779167 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 14 Feb 2016 20:07:42 -0500 Subject: Minor fix for #2567 --- routers/user/profile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/user/profile.go') diff --git a/routers/user/profile.go b/routers/user/profile.go index c1ebc3bf..c1f68c03 100644 --- a/routers/user/profile.go +++ b/routers/user/profile.go @@ -86,7 +86,7 @@ func Profile(ctx *middleware.Context) { ctx.Data["TabName"] = tab switch tab { case "activity": - retrieveFeeds(ctx, -1, u.Id, 0, true) + retrieveFeeds(ctx, u.Id, -1, 0, true) if ctx.Written() { return } -- cgit v1.2.3