Fix a dangling comma in the define for the Gallery tableName.

This commit is contained in:
Colin Kuskie 2010-02-17 16:58:25 -08:00
parent 7f148db487
commit c4243648d5

View file

@ -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",