mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
mess protection if something went wrong in tmp dir...
This commit is contained in:
parent
14d546d58d
commit
41673c935f
@ -660,6 +660,7 @@
|
||||
{
|
||||
foreach ((array)$contacts as $contact)
|
||||
{
|
||||
if(!is_readable($attachment['tmp_name'])) continue;
|
||||
$this->link->link('infolog',$info['link_to']['to_id'],'addressbook',$contact['id']);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user