Fixed typo on line 48 of WebGUI/Asset/Wobject/MessageBoard.pm
This commit is contained in:
parent
61a2f538b7
commit
2e1e9ae32c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue