mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
fix not working addition to links in mail_import
This commit is contained in:
parent
e7b55ff593
commit
26802319b8
@ -623,6 +623,7 @@
|
||||
}
|
||||
|
||||
$info = array(
|
||||
'info_id' => 0,
|
||||
'info_type' => isset($this->enums['type']['email']) ? 'email' : 'note',
|
||||
'info_from' => implode(',',$name),
|
||||
'info_addr' => implode(',',$email),
|
||||
@ -634,6 +635,7 @@
|
||||
'info_percent' => 100,
|
||||
'referer' => false,
|
||||
'link_to' => array(
|
||||
'to_app' => 'infolog',
|
||||
'to_id' => 0,
|
||||
),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user