mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
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)
|
||||
{
|
||||
$grants = $this->get_grants($user);
|
||||
$grants = $this->get_grants($shared['shared_by']);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user