forked from extern/egroupware
fix not working writable sharing
This commit is contained in:
parent
312439c694
commit
090c443f20
@ -1292,7 +1292,7 @@ class Contacts extends Contacts\Storage
|
|||||||
{
|
{
|
||||||
if (!empty($shared['shared_by']) && $shared['shared_by'] != $this->user)
|
if (!empty($shared['shared_by']) && $shared['shared_by'] != $this->user)
|
||||||
{
|
{
|
||||||
$grants = $this->get_grants($user);
|
$grants = $this->get_grants($shared['shared_by']);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user