#3066 fix create organization ignores full name property

This commit is contained in:
Unknwon 2016-07-23 17:57:22 +08:00
parent e63b2881b1
commit 4f78abe7dc
2 changed files with 1 additions and 2 deletions

View file

@ -106,7 +106,6 @@ func CreateOrganization(org, owner *User) (err error) {
}
org.LowerName = strings.ToLower(org.Name)
org.FullName = org.Name
org.Rands = GetUserSalt()
org.Salt = GetUserSalt()
org.UseCustomAvatar = true