Skip to content

Commit bb49778

Browse files
Merge pull request #6368 from christianbeeznest/ofaj-22700
Survey: Fix error when submitting Doodle survey without selecting options - refs BT#22700
2 parents 0155f0c + fccb38d commit bb49778

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)