Skip to content

Commit a11c762

Browse files
LukasReschkerullzer
authored andcommitted
Use SHARE_TYPE_GUEST
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent 9d9419a commit a11c762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ OC.Plugins.register('OC.Share.ShareDialogView', {
194194
unknown = [{
195195
label: t('core', 'Add {unknown} (guest)', {unknown: searchTerm}),
196196
value: {
197-
shareType: 4,
197+
shareType: OC.Share.SHARE_TYPE_GUEST,
198198
shareWith: searchTerm
199199
}
200200
}];

0 commit comments

Comments
 (0)