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("
|
my $sth = $self->session->db->read("
|
||||||
select
|
select
|
||||||
asset.assetId,
|
asset.assetId,
|
||||||
assetData.revisionDate,
|
assetData.revisionDate
|
||||||
from
|
from
|
||||||
asset
|
asset
|
||||||
left join
|
left join
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue