Skip to content

Commit a4f415b

Browse files
committed
045083: Routing not accessible
1 parent c928198 commit a4f415b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Survey/Constraints/class.SurveyConstraintsTableGUI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ protected function initItems(ilObjSurvey $a_survey): void
108108
foreach ($constraints as $constraint) {
109109
$parsed[] = array(
110110
"id" => $constraint["id"],
111-
"title" => $survey_questions[$constraint["question"]]["title"] . " " .
111+
"title" => ($survey_questions[$constraint["question"]]["title"] ?? "") . " " .
112112
$constraint["short"] . " " .
113113
$constraint["valueoutput"]
114114
);

0 commit comments

Comments
 (0)