diff options
author | Unknwon <u@gogs.io> | 2017-07-18 12:56:23 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-07-18 12:56:23 -0400 |
commit | dc10594d7b0f01cee5114789fa95c05596fe6d1e (patch) | |
tree | 189e0248ed082195afbeb95b35ae5270be5609ca /gogs.go | |
parent | e02fac4968574694927859105e67aac3f665481d (diff) |
repo: fix cannot fork repository (#4572)
Should not load attributes if repository not found in HasForkedRepo.
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/pkg/setting" ) -const APP_VER = "0.11.26.0714" +const APP_VER = "0.11.27.0718" func init() { setting.AppVer = APP_VER |