MDL-36266 Improve update notification message subject

This commit is contained in:
David Mudrák 2012-10-30 12:00:03 +01:00
parent 7e8ae12a7a
commit 2399585f7f
2 changed files with 2 additions and 2 deletions

View file

@ -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;