mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fixing download url in files app
This commit is contained in:
parent
e1030c6b5f
commit
9f087a2070
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ window.FileList={
|
|||
var download_url = null;
|
||||
if (!param.download_url) {
|
||||
download_url = OC.generateUrl(
|
||||
'/download{file}',
|
||||
'apps/files/download{file}',
|
||||
{ file: $('#dir').val()+'/'+name });
|
||||
} else {
|
||||
download_url = param.download_url;
|
||||
|
|
|
|||
Loading…
Reference in a new issue