From 075e8ede0aca0899b1312bb9fae16dd845d6d2d1 Mon Sep 17 00:00:00 2001 From: ma0068 Date: Thu, 18 Aug 2022 10:55:49 +0200 Subject: [PATCH] Job Reminder Reihungstest: sender_id statt organization unit abbilden --- application/controllers/jobs/ReihungstestJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/jobs/ReihungstestJob.php b/application/controllers/jobs/ReihungstestJob.php index 010c8fb31..82adb1884 100644 --- a/application/controllers/jobs/ReihungstestJob.php +++ b/application/controllers/jobs/ReihungstestJob.php @@ -437,7 +437,7 @@ class ReihungstestJob extends JOB_Controller ( $sender_id, $applicant->prestudent_id, - 'infocenter', + null, 'Sancho_RemindApplicantsOfTest', $mailcontent_data_arr );