Skip to content

Commit

Permalink
Merge branch 'MDL-68279' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Apr 15, 2020
2 parents 41e7042 + 96e7f4f commit 9c2e8e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/testoutgoingmailconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
$emailuser->email = $data->recipient;
$emailuser->id = -99;

$subject = get_string('testoutgoingmailconf_subject', 'admin', $SITE->fullname);
$subject = get_string('testoutgoingmailconf_subject', 'admin',
format_string($SITE->fullname, true, ['context' => context_system::instance()]));
$messagetext = get_string('testoutgoingmailconf_message', 'admin');

// Manage Moodle debugging options.
Expand Down

0 comments on commit 9c2e8e3

Please sign in to comment.