Skip to content

Commit e6bb7fb

Browse files
committed
fix(fieldsfield): broken rendering of question
1 parent 12f3498 commit e6bb7fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inc/field/fieldsfield.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ public function prepareHtmlField($fieldName, $canedit = true, $value = '') {
219219
}
220220

221221
$dropdown_matches = [];
222-
$dropdown_type = '';
223222
if (preg_match('/^dropdown-(?<class>.+)$/i', $dropdown_type, $dropdown_matches)
224223
&& isset($dropdown_matches['class']) && class_exists($dropdown_matches['class'])
225224
) {

0 commit comments

Comments
 (0)