mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 11:21:23 +01:00
fix a problem with content validation; was returned as array
This commit is contained in:
parent
fc841ff9cf
commit
c8abf9eacc
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user