summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-08-11 23:23:59 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-08-11 23:23:59 +0200
commit972f7d7e6083931babfc7d4a7534d02a76ad351d (patch)
treea8cff3343060cc79d566b8998dc9d165588c2dd5
parentae7d9143f4982a7fa8709cca4774a0808272ab3a (diff)
downloadnextcloud-server-972f7d7e6083931babfc7d4a7534d02a76ad351d.tar.gz
nextcloud-server-972f7d7e6083931babfc7d4a7534d02a76ad351d.zip
forgot something
-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);