From d690148c2cf3c51a5579c46476f8b59179f576a4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 13 May 2010 21:03:27 -0700 Subject: [PATCH] Fix a syntax error in the SQL to get shortcuts in the trash. --- lib/WebGUI/AssetTrash.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/AssetTrash.pm b/lib/WebGUI/AssetTrash.pm index 5e5ff1297..e954a4445 100644 --- a/lib/WebGUI/AssetTrash.pm +++ b/lib/WebGUI/AssetTrash.pm @@ -64,7 +64,7 @@ sub getAssetsInTrash { my $sth = $self->session->db->read(" select asset.assetId, - assetData.revisionDate, + assetData.revisionDate from asset left join