Fix a missing label in the WikiPage

This commit is contained in:
Colin Kuskie 2010-03-03 16:41:22 -08:00
parent 8f6c20d2f1
commit 65a5053563

View file

@ -27,6 +27,7 @@ define icon => 'wikiPage.gif';
define tableName => 'WikiPage';
property content => (
label => ['contentLabel', 'Asset_WikiPage'],
fieldType => "HTMLArea",
default => undef
);