Merge branch 'MDL-36266-notification-subject' of git://github.com/mudrd8mz/moodle

This commit is contained in:
Dan Poltawski
2012-11-06 11:59:24 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1349,7 +1349,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;