diff --git a/infolog/inc/class.infolog_merge.inc.php b/infolog/inc/class.infolog_merge.inc.php index dde740224a..cc932240ad 100644 --- a/infolog/inc/class.infolog_merge.inc.php +++ b/infolog/inc/class.infolog_merge.inc.php @@ -111,6 +111,7 @@ class infolog_merge extends bo_merge // Links $array['links'] = $this->get_links('infolog', $id); + $array['attachments'] = $this->get_links('infolog', $id, egw_link::VFS_APPNAME); // Add markers foreach($array as $key => &$value) @@ -185,6 +186,7 @@ class infolog_merge extends bo_merge echo '

'.lang('General fields:')."

"; foreach(array( 'links' => lang('Titles of any entries linked to the current record'), + 'attachments' => lang('List of files linked to the current record'), 'date' => lang('Date'), 'user/n_fn' => lang('Name of current user, all other contact fields are valid too'), 'user/account_lid' => lang('Username'),