mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Mirror bug fix on create repo action
This commit is contained in:
@@ -475,6 +475,7 @@ func CreateRepository(u *User, name, desc, lang, license string, private, mirror
|
||||
|
||||
repo := &Repository{
|
||||
OwnerId: u.Id,
|
||||
Owner: u,
|
||||
Name: name,
|
||||
LowerName: strings.ToLower(name),
|
||||
Description: desc,
|
||||
|
Reference in New Issue
Block a user