aboutsummaryrefslogtreecommitdiffstats
path: root/files/js/fileactions.js
diff options
context:
space:
mode:
Diffstat (limited to 'files/js/fileactions.js')
-rw-r--r--files/js/fileactions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/js/fileactions.js b/files/js/fileactions.js
index 370b1773c68..744ffd8cfed 100644
--- a/files/js/fileactions.js
+++ b/files/js/fileactions.js
@@ -63,7 +63,7 @@ FileActions={
if((name=='Download' || actions[name]!=defaultAction) && name!='Delete'){
var img=FileActions.icons[name];
if(img.call){
- img=img();
+ img=img(file);
}
var html='<a href="#" title="'+name+'" class="file_action"/>';
var element=$(html);