mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix wrong method call
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
9cc7efaedc
commit
b93aa586f4
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue