mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Rename context.Query to context.Form (#16562)
This commit is contained in:
@@ -274,7 +274,7 @@ func TopicSearch(ctx *context.APIContext) {
|
||||
return
|
||||
}
|
||||
|
||||
kw := ctx.Query("q")
|
||||
kw := ctx.Form("q")
|
||||
|
||||
listOptions := utils.GetListOptions(ctx)
|
||||
|
||||
|
Reference in New Issue
Block a user