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-17 22:22:27 +0300
committerdartcafe <github@dartcafe.de>2020-11-19 10:20:58 +0300
commitae6e090ac9c1b4cb995d8efa1770cb8d13eb2025 (patch)
treed19951aabad729dc7e4ba3b9b340963eccd3b4f6 /lib/Controller/ShareController.php
parent6d1e039e1ea26bfca09d3d44130639291126ea45 (diff)
cs:fix
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 f902c8ff..27434d80 100644
--- a/lib/Controller/ShareController.php
+++ b/lib/Controller/ShareController.php
@@ -173,7 +173,7 @@ class ShareController extends Controller {
$share = $this->shareService->get($token);
if ($share->getType() === Share::TYPE_USER) {
$this->notificationService->sendInvitation($share->getPollId(), $share->getUserId());
- // skip this atm, to send invitations as mail too, if user is a site user
+ // skip this atm, to send invitations as mail too, if user is a site user
// $sentResult = ['sentMails' => [new User($share->getuserId())]];
// $this->shareService->setInvitationSent($token);
} elseif ($share->getType() === Share::TYPE_GROUP) {