forked from extern/egroupware
Fix private contacts issue for foreign addressbooks
This commit is contained in:
parent
e19524d27f
commit
e13391dac8
@ -185,6 +185,10 @@ class addressbook_vcal extends addressbook_bo
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($contact['owner'] != $this->user)
|
||||
{
|
||||
unset($contact['private']); // only my own contacts may be private!
|
||||
}
|
||||
if ($this->log)
|
||||
{
|
||||
error_log(__FILE__.'['.__LINE__.'] '.__METHOD__."()\n" .
|
||||
|
Loading…
Reference in New Issue
Block a user