Browse Source

Fix wrong method call

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/14083/head
Joas Schilling 7 years ago
parent
commit
b93aa586f4
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 1
      apps/sharebymail/lib/ShareByMailProvider.php

1
apps/sharebymail/lib/ShareByMailProvider.php

@ -264,7 +264,6 @@ class ShareByMailProvider implements IShareProvider {
$ownerPath = $nodes[0]->getPath();
$this->publishActivity(
$type === 'share' ? Activity::SUBJECT_SHARED_EMAIL_BY : Activity::SUBJECT_UNSHARED_EMAIL_BY,
Activity::SUBJECT_SHARED_EMAIL_BY,
[$ownerFolder->getRelativePath($ownerPath), $share->getSharedWith(), $share->getSharedBy()],
$share->getShareOwner(),
$fileId,

Loading…
Cancel
Save