Missed using the configured subject prefix in a spot

This commit is contained in:
Erik Thuning 2024-02-08 16:36:35 +01:00
parent 4f8bc9486d
commit 2f6cc432b1

@ -207,7 +207,7 @@ EOF;
}
private function make_reminder_subject($num_expiring, $num_expired) {
$subject = "DSV Helpdesk: ";
$subject = $this->subject_prefix;
$messages = array();
if($num_expiring > 0) {
$messages[] = $num_expiring." utgående";