Correct undefined variable in post_shared hook, fixes #2592
This commit is contained in:
parent
6798b6dc34
commit
e704bcd96e
|
@ -1145,7 +1145,7 @@ class Share {
|
|||
'itemTarget' => $groupItemTarget,
|
||||
'parent' => $parent,
|
||||
'shareType' => $shareType,
|
||||
'shareWith' => $uid,
|
||||
'shareWith' => $shareWith['group'],
|
||||
'uidOwner' => $uidOwner,
|
||||
'permissions' => $permissions,
|
||||
'fileSource' => $fileSource,
|
||||
|
|
Loading…
Reference in New Issue