diff options
author | Joas Schilling <coding@schilljs.com> | 2019-02-07 14:12:17 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2019-02-07 14:12:17 +0100 |
commit | b93aa586f4636c3863745056ccf0f498fe61ab7f (patch) | |
tree | e2758444a9507bf11fb2b0c4f137486d3b4e59f1 /apps/sharebymail/lib | |
parent | 9cc7efaedc563f5d3fe43c0e9757071c55fc9756 (diff) | |
download | nextcloud-server-b93aa586f4636c3863745056ccf0f498fe61ab7f.tar.gz nextcloud-server-b93aa586f4636c3863745056ccf0f498fe61ab7f.zip |
Fix wrong method call
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/sharebymail/lib')
-rw-r--r-- | apps/sharebymail/lib/ShareByMailProvider.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/sharebymail/lib/ShareByMailProvider.php b/apps/sharebymail/lib/ShareByMailProvider.php index 4af9b26d043..30b3dc79169 100644 --- a/apps/sharebymail/lib/ShareByMailProvider.php +++ b/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, |