Skip to content

Commit 024e49b

Browse files
Mantis 0046963: Failed test: Teilnehmer benachrichtigen (#10970)
1 parent a05ec0d commit 024e49b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ILIAS/IndividualAssessment/classes/ilIndividualAssessmentUserGrading.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function toFormInput(
151151

152152
$record = $input
153153
->textarea($lng->txt('iass_record'), $lng->txt('iass_record_info'))
154-
->withValue($this->getRecord() ? "" : $record_template)
154+
->withValue($this->getRecord() ?? $record_template)
155155
->withDisabled(!$may_be_edited)
156156
;
157157

0 commit comments

Comments
 (0)