add helpful message to copy

This commit is contained in:
Doug Bell 2010-08-04 12:51:43 -05:00
parent 105b368b1e
commit 04334685aa

View file

@ -85,7 +85,7 @@ sub www_copy {
if ( $result eq 'redirect' ) {
return $asset->getUrl;
}
return;
return { message => 'Your asset is now copied!' };
},
wrap => {
'WebGUI::Asset::duplicate' => sub {