From c4243648d51b2afee3e2723b478cf55b66249dff Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 17 Feb 2010 16:58:25 -0800 Subject: [PATCH] Fix a dangling comma in the define for the Gallery tableName. --- lib/WebGUI/Asset/Wobject/Gallery.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/Gallery.pm b/lib/WebGUI/Asset/Wobject/Gallery.pm index 374241434..c2f1617da 100644 --- a/lib/WebGUI/Asset/Wobject/Gallery.pm +++ b/lib/WebGUI/Asset/Wobject/Gallery.pm @@ -17,7 +17,7 @@ use WebGUI::Definition::Asset; extends 'WebGUI::Asset::Wobject'; define assetName => ['assetName', 'Asset_Gallery']; define icon => 'photoGallery.gif'; -define tableName => 'Gallery', +define tableName => 'Gallery'; property groupIdAddComment => ( tab => "security", fieldType => "group",