We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5972f24 commit a138698Copy full SHA for a138698
1 file changed
lib/Db/Form.php
@@ -215,7 +215,7 @@ public function read() {
215
'confirmationEmailSubject' => $this->getConfirmationEmailSubject(),
216
'confirmationEmailBody' => $this->getConfirmationEmailBody(),
217
'confirmationEmailQuestionId' => $this->getConfirmationEmailQuestionId(),
218
- 'allowComments' => $this->getAllowComments(),
+ 'allowComments' => (bool)$this->getAllowComments(),
219
];
220
}
221
0 commit comments