Correct undefined variable in post_shared hook, fixes #2592

This commit is contained in:
Michael Gapczynski 2013-04-07 20:05:54 -04:00
parent 6798b6dc34
commit e704bcd96e
1 changed files with 1 additions and 1 deletions

View File

@ -1145,7 +1145,7 @@ class Share {
'itemTarget' => $groupItemTarget,
'parent' => $parent,
'shareType' => $shareType,
'shareWith' => $uid,
'shareWith' => $shareWith['group'],
'uidOwner' => $uidOwner,
'permissions' => $permissions,
'fileSource' => $fileSource,