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:
Diffstat (limited to 'lib/Service/PollService.php')
-rw-r--r--lib/Service/PollService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/PollService.php b/lib/Service/PollService.php
index 946a66d2..e730b575 100644
--- a/lib/Service/PollService.php
+++ b/lib/Service/PollService.php
@@ -208,7 +208,7 @@
}
if (isset($poll['access']) && !in_array($poll['access'], $this->getValidAccess())) {
- throw new InvalidAccessException('Invalid value for prop access '. $poll['access']);
+ throw new InvalidAccessException('Invalid value for prop access ' . $poll['access']);
}
if (isset($poll['title']) && !$poll['title']) {