mirror of
https://gitee.com/gitea/gitea
synced 2025-12-25 17:56:35 +08:00
fix #1981
This commit is contained in:
@@ -45,7 +45,7 @@ func getForkRepository(ctx *middleware.Context) *models.Repository {
|
||||
}
|
||||
|
||||
ctx.Data["repo_name"] = forkRepo.Name
|
||||
ctx.Data["desc"] = forkRepo.Description
|
||||
ctx.Data["description"] = forkRepo.Description
|
||||
ctx.Data["IsPrivate"] = forkRepo.IsPrivate
|
||||
|
||||
if err = forkRepo.GetOwner(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user