This commit is contained in:
Olivier Paroz 2015-09-18 23:19:59 +02:00 committed by Lukas Reschke
parent c433d48d8e
commit 9776d60b57
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ OC.Share = _.extend(OC.Share || {}, {
attributes: {
'data-item-source-name': filename,
'data-item-type': itemType,
'data-item-soruce': itemSource
'data-item-source': itemSource
}
});
dialogView.setShowLink(link);