mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Impove private contacts issue for foreign addressbooks
This commit is contained in:
parent
134f5b4390
commit
bfe60cfb90
@ -187,7 +187,7 @@ class addressbook_vcal extends addressbook_bo
|
|||||||
}
|
}
|
||||||
if ($contact['owner'] != $this->user)
|
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)
|
if ($this->log)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user