diff options
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/shareitemmodel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/shareitemmodel.js b/core/js/shareitemmodel.js index ae4c07e3f4e..87d0556b996 100644 --- a/core/js/shareitemmodel.js +++ b/core/js/shareitemmodel.js @@ -757,7 +757,7 @@ isLinkShare: true, id: share.id, token: share.token, - password: share.share_with, + password: share.password, link: link, permissions: share.permissions, // currently expiration is only effective for link shares. |