External share dialog must properly read entered password

This commit is contained in:
Vincent Petry 2015-01-21 11:26:36 +01:00
parent b8ab21d3ad
commit 23ea45760f
1 changed files with 2 additions and 1 deletions

View File

@ -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,