diff options
Diffstat (limited to 'apps/files_sharing/js/sharebreadcrumbview.js')
-rw-r--r-- | apps/files_sharing/js/sharebreadcrumbview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/js/sharebreadcrumbview.js b/apps/files_sharing/js/sharebreadcrumbview.js index 64d2df52d2c..17e3eae0bf5 100644 --- a/apps/files_sharing/js/sharebreadcrumbview.js +++ b/apps/files_sharing/js/sharebreadcrumbview.js @@ -84,7 +84,7 @@ } } - if (shareModel.hasLinkShare()) { + if (shareModel.hasLinkShares()) { shareTypes.push(OC.Share.SHARE_TYPE_LINK); } |