diff --git a/apps/sharebymail/lib/ShareByMailProvider.php b/apps/sharebymail/lib/ShareByMailProvider.php index 473613e542..761a2600d7 100644 --- a/apps/sharebymail/lib/ShareByMailProvider.php +++ b/apps/sharebymail/lib/ShareByMailProvider.php @@ -241,7 +241,7 @@ class ShareByMailProvider implements IShareProvider { $link, $share->getShareOwner(), $share->getSharedBy(), - $share->getSharedWith() + $share->getSharedWith() ); } catch (HintException $hintException) { $this->logger->error('Failed to send share by mail: ' . $hintException->getMessage());