Skip to content

Commit fccb38d

Browse files
Survey: Fix error when submitting Doodle survey without selecting options - refs BT#22700
1 parent 0155f0c commit fccb38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/main/survey/meeting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292
} else {
9393
foreach ($questions as $item) {
94-
$questionId = $item['question_id'];
94+
$questionId = $item->getIid();
9595
$question = $questionRepo->find($questionId);
9696
SurveyUtil::saveAnswer(
9797
$userId,

0 commit comments

Comments
 (0)