MDL-67510 tool_dataprivacy: Fix the reply-to name of the privacy officer

This commit is contained in:
Jun Pataleta
2020-01-06 11:36:09 +08:00
parent c55402486b
commit a6b236326b
@@ -153,7 +153,7 @@ class process_data_request_task extends adhoc_task {
$message->name = 'datarequestprocessingresults';
$message->userfrom = $dpo;
$message->replyto = $dpo->email;
$message->replytoname = fullname($dpo->email);
$message->replytoname = fullname($dpo);
$typetext = null;
// Prepare the context data for the email message body.