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 c928198 commit a4f415bCopy full SHA for a4f415b
Modules/Survey/Constraints/class.SurveyConstraintsTableGUI.php
@@ -108,7 +108,7 @@ protected function initItems(ilObjSurvey $a_survey): void
108
foreach ($constraints as $constraint) {
109
$parsed[] = array(
110
"id" => $constraint["id"],
111
- "title" => $survey_questions[$constraint["question"]]["title"] . " " .
+ "title" => ($survey_questions[$constraint["question"]]["title"] ?? "") . " " .
112
$constraint["short"] . " " .
113
$constraint["valueoutput"]
114
);
0 commit comments