Skip to content

Commit

Permalink
43908: Failed test: Selbstevaluation der Teilnehmer
Browse files Browse the repository at this point in the history
  • Loading branch information
alex40724 committed Jan 30, 2025
1 parent 9a50e13 commit 524bacc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions components/ILIAS/Survey/classes/class.ilObjSurvey.php
Original file line number Diff line number Diff line change
Expand Up @@ -2439,11 +2439,13 @@ public function sendNotificationMail(
}

$active_id = $this->getActiveID($a_user_id, $a_anonymize_id, $a_appr_id);
$ntf->addAdditionalInfo(
'results',
$this->getParticipantTextResults($active_id),
true
);
if ($active_id) { // 43908
$ntf->addAdditionalInfo(
'results',
$this->getParticipantTextResults($active_id),
true
);
}

$ntf->setGotoLangId('survey_notification_tutor_link');
$ntf->setReasonLangId('survey_notification_finished_reason');
Expand Down

0 comments on commit 524bacc

Please sign in to comment.