mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
Compare commits
2 Commits
4f38c75385
...
3d26c9d50f
Author | SHA1 | Date | |
---|---|---|---|
|
3d26c9d50f | ||
|
5ab276106c |
@ -384,7 +384,7 @@ func registerRoutes(m *web.Route) {
|
||||
return func(ctx *context.Context) {
|
||||
// only check global disabled units when ignoreGlobal is false
|
||||
if !ignoreGlobal && unitType.UnitGlobalDisabled() {
|
||||
ctx.NotFound("Repo unit is is disabled:"+unitType.LogString(), nil)
|
||||
ctx.NotFound("Repo unit is is disabled: "+unitType.LogString(), nil)
|
||||
return
|
||||
}
|
||||
|
||||
@ -487,7 +487,7 @@ func registerRoutes(m *web.Route) {
|
||||
m.Get("/organizations", explore.Organizations)
|
||||
m.Get("/code", func(ctx *context.Context) {
|
||||
if unit.TypeCode.UnitGlobalDisabled() {
|
||||
ctx.NotFound("Rep unit code is disabled", nil)
|
||||
ctx.NotFound("Repo unit code is disabled", nil)
|
||||
return
|
||||
}
|
||||
}, explore.Code)
|
||||
|
Loading…
Reference in New Issue
Block a user