Fixed typo on line 48 of WebGUI/Asset/Wobject/MessageBoard.pm

This commit is contained in:
Daniel Collis-Puro 2005-06-09 00:20:14 +00:00
parent 61a2f538b7
commit 2e1e9ae32c

View file

@ -45,7 +45,7 @@ sub getEditForm {
$tabform->getTab("display")->template( $tabform->getTab("display")->template(
-value=>$self->getValue('templateId'), -value=>$self->getValue('templateId'),
-namespace=>"MessageBoard", -namespace=>"MessageBoard",
-label=>WebGUI::International::get(73,"Asset_MessageBoard"); -label=>WebGUI::International::get(73,"Asset_MessageBoard")
); );
return $tabform; return $tabform;
} }