diff options
author | Unknwon <u@gogs.io> | 2015-11-07 00:39:45 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-07 00:39:45 -0500 |
commit | 676d774d8825ba5c87285989230ebb4b4a4dc522 (patch) | |
tree | e5bfe4968d622844d92757aae20b511554ebdc42 /models/models.go | |
parent | e7aabf70dc05edc19d933c7d5745b898fef9a934 (diff) | |
download | gitea-676d774d8825ba5c87285989230ebb4b4a4dc522.tar.gz gitea-676d774d8825ba5c87285989230ebb4b4a4dc522.zip |
fix #1902
Diffstat (limited to 'models/models.go')
-rw-r--r-- | models/models.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/models.go b/models/models.go index 802bc9426a..2249fee41b 100644 --- a/models/models.go +++ b/models/models.go @@ -90,7 +90,7 @@ func init() { new(Team), new(OrgUser), new(TeamUser), new(TeamRepo), new(Notice), new(EmailAddress)) - gonicNames := []string{"UID", "SSL"} + gonicNames := []string{"SSL"} for _, name := range gonicNames { core.LintGonicMapper[name] = true } |