Browse Source

Fix wrong method call

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v16.0.0alpha1
Joas Schilling 5 years ago
parent
commit
b93aa586f4
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      apps/sharebymail/lib/ShareByMailProvider.php

+ 0
- 1
apps/sharebymail/lib/ShareByMailProvider.php View File

@@ -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