fix a problem with content validation; was returned as array

This commit is contained in:
Klaus Leithoff 2010-06-28 14:09:35 +00:00
parent 1a142d1ad0
commit d1b8722454

View File

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