mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
"fixed lost info_from attribute, if infolog has a main contact (main contact is still shown in the list, but not longer found if searching by the name)"
This commit is contained in:
parent
8a8f37ecff
commit
eaf78fec36
@ -374,7 +374,7 @@ class boinfolog
|
||||
(isset($info['links']) && ($link = $info['links'][$info['info_link_id']]) || // use supplied links info
|
||||
($link = egw_link::get_link($info['info_link_id'])) !== False)) // if link not found in supplied links, we always search!
|
||||
{
|
||||
if (isset($info['links']))
|
||||
if (isset($info['links']) && isset($link['app']))
|
||||
{
|
||||
$app = $link['app'];
|
||||
$id = $link['id'];
|
||||
|
Loading…
Reference in New Issue
Block a user