diff options
author | Robin Appelman <icewind1991@gmail.com> | 2010-11-30 13:19:29 +0000 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2010-11-30 13:23:47 +0000 |
commit | e61c59165c8303d8f2086b9dfaf854ac3c9dc315 (patch) | |
tree | 49b93c693236744d4de2c798fb7016ef9108a978 /js | |
parent | 962e548495d76dbef2c6dd26805894eff5e39cdc (diff) | |
download | nextcloud-server-e61c59165c8303d8f2086b9dfaf854ac3c9dc315.tar.gz nextcloud-server-e61c59165c8303d8f2086b9dfaf854ac3c9dc315.zip |
Fix for https://bugs.kde.org/show_bug.cgi?id=257861
Patch by Romain GRENIER
Diffstat (limited to 'js')
-rw-r--r-- | js/lib_files.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib_files.js b/js/lib_files.js index 47d1ac5f8a8..8f7f9035585 100644 --- a/js/lib_files.js +++ b/js/lib_files.js @@ -304,7 +304,7 @@ OC_FILES.actions_selected.download=function(){ }else{ files=files[0]; } - OC_FILES.get(dir,files); + OC_FILES.get(this.dir,files); } OC_FILES.actions_selected['delete']=function(){ |