From 972f7d7e6083931babfc7d4a7534d02a76ad351d Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 11 Aug 2011 23:23:59 +0200 Subject: [PATCH] forgot something --- files/js/fileactions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/js/fileactions.js b/files/js/fileactions.js index 370b1773c6..744ffd8cfe 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=''; var element=$(html);