mess protection if something went wrong in tmp dir...

This commit is contained in:
Cornelius Weiß 2006-09-29 06:49:31 +00:00
parent 14d546d58d
commit 41673c935f

View File

@ -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']);
}
}