Fixed download URL in public page
This commit is contained in:
parent
40fc1d5b4b
commit
160a2bc36f
|
@ -244,7 +244,7 @@
|
|||
this.register(downloadScope, 'Download', OC.PERMISSION_READ, function () {
|
||||
return OC.imagePath('core', 'actions/download');
|
||||
}, function (filename) {
|
||||
var url = OCA.Files.Files.getDownloadUrl(filename, fileList.getCurrentDirectory());
|
||||
var url = fileList.getDownloadUrl(filename, fileList.getCurrentDirectory());
|
||||
if (url) {
|
||||
OC.redirect(url);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue