mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Correct undefined variable in post_shared hook, fixes #2592
This commit is contained in:
parent
6798b6dc34
commit
e704bcd96e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue