Index: trunk/grails-app/views/shared/_assetTree.gsp
===================================================================
--- trunk/grails-app/views/shared/_assetTree.gsp	(revision 281)
+++ trunk/grails-app/views/shared/_assetTree.gsp	(revision 284)
@@ -5,5 +5,5 @@
         <img src="${resource(dir:'images/skin',file:'database_add.png')}" alt="Add" title="Add Sub Item"/>
     </g:link>
-    <g:link params="['asset.id':assetInstance?.id]" action="copy">
+    <g:link params="['assetToCopy.id':assetInstance?.id]" action="copy">
         <img src="${resource(dir:'images/skin',file:'page_copy.png')}" alt="Copy" title="Copy Asset"/>
     </g:link>
