We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cee03a + 7b70509 commit 475dd36Copy full SHA for 475dd36
lib/Model/ShareWrapper.php
@@ -732,8 +732,8 @@ public function import(array $data): IDeserializable {
732
->setFileSource($this->getInt('fileSource', $data))
733
->setFileTarget($this->get('fileTarget', $data))
734
->setSharedWith($this->get('sharedWith', $data))
735
- ->setSharedBy($this->get('uidInitiator', $data))
736
- ->setShareOwner($this->get('uidOwner', $data))
+ ->setSharedBy($this->get('sharedBy', $data))
+ ->setShareOwner($this->get('shareOwner', $data))
737
->setToken($this->get('token', $data))
738
->setShareTime($shareTime);
739
0 commit comments