1
0

Small link share fixes (#96)

This commit is contained in:
konrad
2019-09-07 13:19:23 +00:00
committed by Gitea
parent 158ad631e1
commit fdd1624121
4 changed files with 28 additions and 10 deletions

View File

@ -53,7 +53,7 @@ func (share *LinkSharing) canDoLinkShare(a web.Auth) (bool, error) {
return false, nil
}
l, err := GetListByShareHash(share.Hash)
l, err := GetListSimplByTaskID(share.ListID)
if err != nil {
return false, err
}