mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
committed by
techknowlogick
parent
26c1550643
commit
aecd9231ba
@ -441,6 +441,7 @@ func showOrgProfile(ctx *context.Context) {
|
||||
ctx.ServerError("AccessibleReposEnv", err)
|
||||
return
|
||||
}
|
||||
env.SetSort(orderBy)
|
||||
if len(keyword) != 0 {
|
||||
env.AddKeyword(keyword)
|
||||
}
|
||||
|
Reference in New Issue
Block a user