Skip to content

Commit

Permalink
MDL-67510 tool_dataprivacy: Fix the reply-to name of the privacy officer
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Jan 6, 2020
1 parent c554024 commit a6b2363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function execute() {
$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.
Expand Down

0 comments on commit a6b2363

Please sign in to comment.