Skip to content

Commit

Permalink
Use SHARE_TYPE_GUEST
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Reschke <[email protected]>
  • Loading branch information
LukasReschke committed Apr 28, 2017
1 parent 25a9571 commit 51d9b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ OC.Plugins.register('OC.Share.ShareDialogView', {
unknown = [{
label: t('core', 'Add {unknown} (guest)', {unknown: searchTerm}),
value: {
shareType: 4,
shareType: OC.Share.SHARE_TYPE_GUEST,
shareWith: searchTerm
}
}];
Expand Down

0 comments on commit 51d9b48

Please sign in to comment.