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/Db/Poll.php')
-rw-r--r--lib/Db/Poll.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Db/Poll.php b/lib/Db/Poll.php
index 4ddb83e5..55b12fa2 100644
--- a/lib/Db/Poll.php
+++ b/lib/Db/Poll.php
@@ -127,7 +127,6 @@ class Poll extends Entity implements JsonSerializable {
'access' => $this->access,
'anonymous' => intval($this->anonymous),
'allowMaybe' => intval($this->allowMaybe),
- 'options' => $this->options,
'settings' => $this->settings,
'voteLimit' => intval($this->voteLimit),
'showResults' => $this->showResults,