diff --git a/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm b/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm index 371c58a30..2b30eeaea 100644 --- a/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm +++ b/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm @@ -18,7 +18,7 @@ aspect assetName => ['assetName', 'Asset_GalleryAlbum']; aspect icon => 'photoAlbum.gif'; aspect tableName => 'GalleryAlbum'; -property allowComments => ( +property allowComments => ( ##Note, there's no UI for this feature. There's just the framework for it. noFormPost => 1, fieldType => "yesNo", default => 1,