fix #2223
This commit is contained in:
parent
9cd16c5b12
commit
33a99d587a
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue