mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
fix a problem with content validation; was returned as array
This commit is contained in:
parent
8076c884a7
commit
9efe355b5c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user