fix a problem with content validation; was returned as array

This commit is contained in:
Klaus Leithoff 2010-06-28 14:09:59 +00:00
parent fc841ff9cf
commit c8abf9eacc

View File

@ -438,6 +438,7 @@ class customfields_widget
{
$cell = $input;
if ($type == 'customfields') $cell['label'] = $field['label'];
$value = $value[$this->prefix.$lname];
return true;
}
etemplate::add_child($cell,$input);