From 65a505356366c65188cb40cbbbfd9a723d54f98e Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 3 Mar 2010 16:41:22 -0800 Subject: [PATCH] Fix a missing label in the WikiPage --- lib/WebGUI/Asset/WikiPage.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/Asset/WikiPage.pm b/lib/WebGUI/Asset/WikiPage.pm index 69a9eb4c6..d39f1ed74 100644 --- a/lib/WebGUI/Asset/WikiPage.pm +++ b/lib/WebGUI/Asset/WikiPage.pm @@ -27,6 +27,7 @@ define icon => 'wikiPage.gif'; define tableName => 'WikiPage'; property content => ( + label => ['contentLabel', 'Asset_WikiPage'], fieldType => "HTMLArea", default => undef );