Small link share fixes (#96)
This commit is contained in:
parent
158ad631e1
commit
fdd1624121
4 changed files with 28 additions and 10 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue