Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-11-15 11:08:41 +0300
committerdartcafe <github@dartcafe.de>2020-11-19 10:20:53 +0300
commit63f1e9efbcf2c7d5feb5f07baf792f2df482daa4 (patch)
tree0e7a65eb7e3d536b829dc22536b3e0a6b2c5850d /lib/Controller/ShareController.php
parent9c04f34961329772002dc61c1a19e02bb913612e (diff)
refactoring invitations and notifications
Diffstat (limited to 'lib/Controller/ShareController.php')
-rw-r--r--lib/Controller/ShareController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/ShareController.php b/lib/Controller/ShareController.php
index ee3b0a68..a67f2dde 100644
--- a/lib/Controller/ShareController.php
+++ b/lib/Controller/ShareController.php
@@ -176,7 +176,7 @@ class ShareController extends Controller {
$this->shareService->setInvitationSent($token);
}
} else {
- $sentResult = $this->mailService->sendInvitationMail($token);
+ $sentResult = $this->mailService->sendInvitation($token);
}
return [
'share' => $share,