Browse Source
Fix wrong method call
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/14083/head
Joas Schilling
7 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
0 additions and
1 deletions
-
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, |
|
|
|
|