mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-10 00:29:27 +00:00
- MessageLib fix: if sending an email fails inside of method sendMessageVorlage,
it will no longer rolls back the database - Added parameter all in method getMessagesByPerson of model Message_model
This commit is contained in:
@@ -365,7 +365,7 @@ class MessageLib
|
||||
if ($this->getEmailCfgItem("email_send_immediately") === true)
|
||||
{
|
||||
// Send message by email!
|
||||
$result = $this->sendOne($msg_id, $subject, $parsedText);
|
||||
$resultSendEmail = $this->sendOne($msg_id, $subject, $parsedText);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user