fixed a clipboard bug
This commit is contained in:
parent
e95a62e5ea
commit
63e2fa4c0e
1 changed files with 2 additions and 2 deletions
|
|
@ -2924,9 +2924,9 @@ sub www_manageClipboard {
|
|||
$limit = 1;
|
||||
}
|
||||
foreach my $assetData (@{$self->getAssetsInClipboard($limit)}) {
|
||||
push(@assets,WebGUI::Asset->newByDynamicClass($assetData->{assetId},"ManageClipboard",$assetData->{className}));
|
||||
push(@assets,WebGUI::Asset->newByDynamicClass($assetData->{assetId},$assetData->{className}));
|
||||
}
|
||||
return $ac->render($self->getAssetManagerControl(\@assets), $header);
|
||||
return $ac->render($self->getAssetManagerControl(\@assets,"ManageClipboard"), $header);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue