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