From e61c59165c8303d8f2086b9dfaf854ac3c9dc315 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 30 Nov 2010 13:19:29 +0000 Subject: Fix for https://bugs.kde.org/show_bug.cgi?id=257861 Patch by Romain GRENIER --- js/lib_files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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(){ -- cgit v1.2.3