Skip to content

Commit

Permalink
38589: Pre9 Failed test: Fragen aus Pool einfügen
Browse files Browse the repository at this point in the history
  • Loading branch information
alex40724 committed Nov 14, 2023
1 parent c89236b commit 115264b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Survey/classes/class.ilObjSurvey.php
Original file line number Diff line number Diff line change
Expand Up @@ -2905,7 +2905,7 @@ public function getQuestionblocksTable(
$questions_array[$key] = "$counter. $value";
$counter++;
}
if (strlen($surveytitles[$row["obj_fi"]])) { // only questionpools which are not in trash
if (strlen($surveytitles[$row["obj_fi"]] ?? "")) { // only questionpools which are not in trash
$rows[$row["questionblock_id"]] = array(
"questionblock_id" => $row["questionblock_id"],
"title" => $row["title"],
Expand Down

0 comments on commit 115264b

Please sign in to comment.