This commit is contained in:
zicla
2019-08-13 02:49:38 +08:00
parent 6cec43bee6
commit 5cb7998f12
8 changed files with 12 additions and 7 deletions

View File

@ -12,7 +12,7 @@ const (
//db table's prefix. tank30_ means current version is tank:3.0.x
TABLE_PREFIX = "tank30_"
VERSION = "3.0.4"
VERSION = "3.0.5"
)
type Config interface {

View File

@ -143,7 +143,7 @@ func (this *MatterController) Page(writer http.ResponseWriter, request *http.Req
user := this.findUser(request)
this.shareService.ValidateMatter(request, shareUuid, shareCode, user, shareRootUuid, dirMatter)
userUuid = dirMatter.Uuid
puuid = dirMatter.Uuid
} else {
//if cannot auth by share. Then login is required.