Fixed issue where keywords field is not available in Form post tempalte

This commit is contained in:
Frank Dillon 2008-08-05 20:45:50 +00:00
parent 8ceac0ac25
commit ca8ad4f4c2
4 changed files with 13 additions and 0 deletions

View file

@ -244,6 +244,7 @@ sub appendTemplateLabels {
$var->{"views.label"} = $i18n->get("views");
$var->{'visitorName.label'} = $i18n->get("visitor");
$var->{"captcha_label"} = $i18n->get("captcha label");
$var->{'keywords.label'} = $i18n->get('keywords label');
}
#-------------------------------------------------------------------