From 23ea45760f536cb362f7019c4aeac8d51aea34ad Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 21 Jan 2015 11:26:36 +0100 Subject: External share dialog must properly read entered password --- apps/files_sharing/js/external.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/files_sharing/js') diff --git a/apps/files_sharing/js/external.js b/apps/files_sharing/js/external.js index aeb4b2461f8..97ff5661e26 100644 --- a/apps/files_sharing/js/external.js +++ b/apps/files_sharing/js/external.js @@ -44,7 +44,8 @@ {name: name, owner: owner, remote: remoteClean} ), t('files_sharing','Remote share'), - function (result) { + function (result, password) { + share.password = password; callback(result, share); }, true, -- cgit v1.2.3