mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
Locating issue
This commit is contained in:
@@ -387,7 +387,7 @@ func UpdateRepository(repo *Repository) error {
|
||||
repo.Website = repo.Website[:255]
|
||||
}
|
||||
|
||||
_, err := orm.Id(repo.Id).UseBool().Cols("description", "website", "updated").Update(repo)
|
||||
_, err := orm.Id(repo.Id).AllCols().Update(repo)
|
||||
return err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user