Patch by Romain GRENIER
This commit is contained in:
Robin Appelman 2010-11-30 13:19:29 +00:00
parent 962e548495
commit e61c59165c
1 changed files with 1 additions and 1 deletions

View File

@ -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(){