Patch by Romain GRENIER
This commit is contained in:
parent
962e548495
commit
e61c59165c
|
@ -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(){
|
||||
|
|
Loading…
Reference in New Issue