And again.
This commit is contained in:
parent
2147d7f689
commit
3e7e2c49c9
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ sub getAssetsInTrash {
|
||||||
assetData.title desc
|
assetData.title desc
|
||||||
");
|
");
|
||||||
while (my ($id, $date) = $sth->array) {
|
while (my ($id, $date) = $sth->array) {
|
||||||
my $asset = WebGUI::Asset->new($self->session, $id, $date);
|
my $asset = WebGUI::Asset->newById($self->session, $id, $date);
|
||||||
if (!Exception::Class->caught()) {
|
if (!Exception::Class->caught()) {
|
||||||
push(@assets, $asset);
|
push(@assets, $asset);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue