mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01: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;
|
||||
}
|
||||
|
||||
if(empty($this->customfields))
|
||||
if(!is_array($this->customfields))
|
||||
{
|
||||
$cell['type'] = 'label';
|
||||
return True;
|
||||
|
Loading…
Reference in New Issue
Block a user