forked from extern/egroupware
fix PHP Warning: Illegal string offset 'app'
This commit is contained in:
parent
8c6f64d6fe
commit
12adfd64af
@ -154,7 +154,7 @@ class infolog_merge extends Api\Storage\Merge
|
||||
}
|
||||
|
||||
// Add contact fields
|
||||
if($array['info_link']['app'] && $array['info_link']['id'])
|
||||
if($array['info_link'] && $array['info_link']['app'] && $array['info_link']['id'])
|
||||
{
|
||||
$info+=$this->get_app_replacements($array['info_link']['app'], $array['info_link']['id'], $content, 'info_contact');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user