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>2021-11-06 11:59:13 +0300
committerdartcafe <github@dartcafe.de>2021-11-06 11:59:13 +0300
commit048d30e4fd2cbdf6eb6f0513bee151cfde3aa4aa (patch)
tree5fcd8f15764ddbf84030d455790aad0b32743f6c /lib/Service/ShareService.php
parent324bdda96934f806fa27d903466e67523bb42334 (diff)
Add / change duplicate result to registration dialog #2067
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'lib/Service/ShareService.php')
-rw-r--r--lib/Service/ShareService.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Service/ShareService.php b/lib/Service/ShareService.php
index 4fdbffa9..c7b1374c 100644
--- a/lib/Service/ShareService.php
+++ b/lib/Service/ShareService.php
@@ -354,7 +354,6 @@ class ShareService {
}
$this->systemService->validatePublicUsername($userName, $token);
- // $this->systemService->validateEmailAddress($emailAddress, true);
$this->systemService->validateEmailAddress($emailAddress, $poll->getPublicPollEmail() !== 'mandatory');
if ($this->share->getType() === Share::TYPE_PUBLIC) {