Missed using the configured subject prefix in a spot
This commit is contained in:
parent
4f8bc9486d
commit
2f6cc432b1
@ -207,7 +207,7 @@ EOF;
|
|||||||
}
|
}
|
||||||
|
|
||||||
private function make_reminder_subject($num_expiring, $num_expired) {
|
private function make_reminder_subject($num_expiring, $num_expired) {
|
||||||
$subject = "DSV Helpdesk: ";
|
$subject = $this->subject_prefix;
|
||||||
$messages = array();
|
$messages = array();
|
||||||
if($num_expiring > 0) {
|
if($num_expiring > 0) {
|
||||||
$messages[] = $num_expiring." utgående";
|
$messages[] = $num_expiring." utgående";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user