Skip to content

Commit 8086121

Browse files
committed
bugfix(question): use object as array
1 parent eb081af commit 8086121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/question.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ public static function getFullData($parents, $id = null) {
12941294

12951295
/** @var PluginFormcreatorDropdownField */
12961296
$field = PluginFormcreatorFields::getFieldInstance(
1297-
$question['fieldtype'],
1297+
$question->fields['fieldtype'],
12981298
$question
12991299
);
13001300

0 commit comments

Comments
 (0)