mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 10:27:52 +02:00
fixed bug reported by lutz falkenberg
killed warnig if no customfields are present
This commit is contained in:
parent
65c41b525e
commit
0c82e07152
@ -56,7 +56,7 @@
|
|||||||
$this->customfields = $value;
|
$this->customfields = $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(empty($this->customfields))
|
if(!is_array($this->customfields))
|
||||||
{
|
{
|
||||||
$cell['type'] = 'label';
|
$cell['type'] = 'label';
|
||||||
return True;
|
return True;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user