mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
fix PHP Warning: Illegal string offset 'app'
This commit is contained in:
parent
33d5c3059b
commit
8989cf195b
@ -154,7 +154,7 @@ class infolog_merge extends Api\Storage\Merge
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Add contact fields
|
// 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');
|
$info+=$this->get_app_replacements($array['info_link']['app'], $array['info_link']['id'], $content, 'info_contact');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user