Impove private contacts issue for foreign addressbooks

This commit is contained in:
Jörg Lehrke 2010-06-07 15:00:30 +00:00
parent 134f5b4390
commit bfe60cfb90

View File

@ -187,7 +187,7 @@ class addressbook_vcal extends addressbook_bo
}
if ($contact['owner'] != $this->user)
{
unset($contact['private']); // only my own contacts may be private!
$contact['private'] = 0; // foreign contacts are never private!
}
if ($this->log)
{