fix a problem with content validation; was returned as array

This commit is contained in:
Klaus Leithoff 2010-06-28 14:08:21 +00:00
parent 8076c884a7
commit 9efe355b5c

View File

@ -438,6 +438,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);