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
path: root/lib/Db
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-02-18 08:59:23 +0300
committerdartcafe <github@dartcafe.de>2020-02-18 08:59:23 +0300
commit2d0f0ac62b739c849b0a4a6a47150427af30863a (patch)
tree1ed9923a121521b1315a8cdca1a3966d1087a8c2 /lib/Db
parent3ed3ea56870974e0abbf47e6102070f398048a6c (diff)
fixes setting admin rights, disable fullAnonymous
Diffstat (limited to 'lib/Db')
-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 e98c4124..4ddb83e5 100644
--- a/lib/Db/Poll.php
+++ b/lib/Db/Poll.php
@@ -126,7 +126,6 @@ class Poll extends Entity implements JsonSerializable {
'deleted' => intval($this->deleted),
'access' => $this->access,
'anonymous' => intval($this->anonymous),
- 'fullAnonymous' => intval($this->fullAnonymous),
'allowMaybe' => intval($this->allowMaybe),
'options' => $this->options,
'settings' => $this->settings,