mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	| @@ -23,7 +23,7 @@ func TopicSearch(ctx *context.Context) { | ||||
| 		}, | ||||
| 	} | ||||
|  | ||||
| 	topics, total, err := repo_model.FindTopics(opts) | ||||
| 	topics, total, err := repo_model.FindTopics(ctx, opts) | ||||
| 	if err != nil { | ||||
| 		ctx.Error(http.StatusInternalServerError) | ||||
| 		return | ||||
|   | ||||
		Reference in New Issue
	
	Block a user