We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d667d69 commit e35cfeaCopy full SHA for e35cfea
inc/field/radiosfield.class.php
@@ -74,7 +74,7 @@ public function getDesignSpecializationField(): array {
74
$additions .= '</label>';
75
$additions .= '</td>';
76
$additions .= '<td>';
77
- $value = json_decode($this->question->fields['values']);
+ $value = json_decode($this->question->fields['values'], true);
78
if ($value === null) {
79
$value = [];
80
}
0 commit comments