Fix a syntax error in the SQL to get shortcuts in the trash.
This commit is contained in:
parent
5140ece731
commit
d690148c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ sub getAssetsInTrash {
|
|||
my $sth = $self->session->db->read("
|
||||
select
|
||||
asset.assetId,
|
||||
assetData.revisionDate,
|
||||
assetData.revisionDate
|
||||
from
|
||||
asset
|
||||
left join
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue