mirror of
https://gitea.com/gitea/tea.git
synced 2025-10-30 16:55:25 +01:00
Fix bug (#793)
Partially fix #791 Reviewed-on: https://gitea.com/gitea/tea/pulls/793 Reviewed-by: hiifong <i@hiif.ong>
This commit is contained in:
@@ -72,6 +72,6 @@ func CreatePull(ctx *context.TeaContext) (err error) {
|
||||
ctx,
|
||||
base,
|
||||
head,
|
||||
allowMaintainerEdits,
|
||||
&allowMaintainerEdits,
|
||||
&opts)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user