mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
silence warning regarding custom field types
This commit is contained in:
parent
c5191e3e01
commit
3b971148d5
@ -307,7 +307,7 @@ class infolog_bo
|
||||
|
||||
foreach($this->customfields as $name => $field)
|
||||
{
|
||||
if ((!$type || empty($field['type2']) || in_array($type,$field['type2'])) &&
|
||||
if ((!$type || empty($field['type2']) || in_array($type,explode(',',$field['type2']))) &&
|
||||
(!$links || in_array($field['type'],$link_types)))
|
||||
{
|
||||
return True;
|
||||
|
Loading…
Reference in New Issue
Block a user