mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-36266 Improve update notification message subject
This commit is contained in:
parent
7e8ae12a7a
commit
2399585f7f
2 changed files with 2 additions and 2 deletions
|
@ -1329,7 +1329,7 @@ class available_update_checker {
|
|||
$message->name = 'availableupdate';
|
||||
$message->userfrom = get_admin();
|
||||
$message->userto = $admin;
|
||||
$message->subject = get_string('updatenotifications', 'core_admin');
|
||||
$message->subject = get_string('updatenotificationsubject', 'core_admin', array('siteurl' => $CFG->wwwroot));
|
||||
$message->fullmessage = $text;
|
||||
$message->fullmessageformat = FORMAT_PLAIN;
|
||||
$message->fullmessagehtml = $html;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue