From 972f7d7e6083931babfc7d4a7534d02a76ad351d Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 11 Aug 2011 23:23:59 +0200 Subject: forgot something --- files/js/fileactions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/js') 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=''; var element=$(html); -- cgit v1.2.3