diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-08-11 23:23:59 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-08-11 23:23:59 +0200 |
commit | 972f7d7e6083931babfc7d4a7534d02a76ad351d (patch) | |
tree | a8cff3343060cc79d566b8998dc9d165588c2dd5 | |
parent | ae7d9143f4982a7fa8709cca4774a0808272ab3a (diff) | |
download | nextcloud-server-972f7d7e6083931babfc7d4a7534d02a76ad351d.tar.gz nextcloud-server-972f7d7e6083931babfc7d4a7534d02a76ad351d.zip |
forgot something
-rw-r--r-- | files/js/fileactions.js | 2 |
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); |