Merge branch 'MDL-67510-master' of git://github.com/junpataleta/moodle

This commit is contained in:
Sara Arjona
2020-01-08 08:10:52 +01:00
@@ -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.