MDL-36266 Improve update notification message subject

This commit is contained in:
David Mudrák
2012-11-06 11:59:48 +08:00
committed by Dan Poltawski
parent 2dab9d1943
commit 77283f1812
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1302,7 +1302,7 @@ class available_update_checker {
$message->name = 'availableupdate';
$message->userfrom = $mainadmin;
$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;