Skip to content

Commit

Permalink
fix pre notice error, #99
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbinder committed Mar 8, 2022
1 parent 3fb5c78 commit 5a4203a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_send.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
}

// load mail template and replace text
$email->setTemplateText($postBody, $postName, $gCurrentUser->getValue('EMAIL'), $message->getRecipientsNamesString());
$email->setTemplateText($postBody, $postName, $gCurrentUser->getValue('EMAIL'), $gCurrentUser->getValue('usr_uuid'), $message->getRecipientsNamesString());

// finally send the mail
$sendMailResult = $email->sendEmail();
Expand Down

0 comments on commit 5a4203a

Please sign in to comment.