From c85fe41a3ac46678d586cdf0a5cb2c39521473e5 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Wed, 27 May 2020 20:26:31 +0200 Subject: namespaced options.js submodule --- lib/Db/Poll.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Db') 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, -- cgit v1.2.3