Infomails über neue Messages werden jetzt immer mit System-User versandt

This commit is contained in:
Andreas Österreicher
2018-03-06 16:27:22 +01:00
parent 9362f56b63
commit 3c7336a910
+1 -1
View File
@@ -690,7 +690,7 @@ class MessageLib
// Sending email
$sent = $this->ci->maillib->send(
$sender,
null,
$receiverContact,
is_null($subject) ? $result->retval[0]->subject : $subject, // if parameter subject is not null, use it!
$bodyMsg,