Fix a dangling comma in the define for the Gallery tableName.
This commit is contained in:
parent
7f148db487
commit
c4243648d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue