mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Minor fix for #2567
This commit is contained in:
		| @@ -140,7 +140,7 @@ func Dashboard(ctx *middleware.Context) { | ||||
| 	ctx.Data["MirrorCount"] = len(mirrors) | ||||
| 	ctx.Data["Mirrors"] = mirrors | ||||
|  | ||||
| 	retrieveFeeds(ctx, ctx.User.Id, ctxUser.Id, 0, false) | ||||
| 	retrieveFeeds(ctx, ctxUser.Id, ctx.User.Id, 0, false) | ||||
| 	if ctx.Written() { | ||||
| 		return | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user