]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing download url in files app
authorThomas Müller <thomas.mueller@tmit.eu>
Sun, 2 Mar 2014 22:41:14 +0000 (23:41 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Sun, 2 Mar 2014 22:41:14 +0000 (23:41 +0100)
apps/files/js/filelist.js

index c3c7f4c2b9b030a49d89e27200df443c19c06220..d6a4ae997642240e32536e7b3a00c31784f6ed4e 100644 (file)
@@ -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;