mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
MDL-20438 getting rid of left to-do notes
This commit is contained in:
parent
8342171b52
commit
cd89994d88
@ -1277,10 +1277,8 @@ class available_update_checker {
|
||||
$message->fullmessage = $text;
|
||||
$message->fullmessageformat = FORMAT_PLAIN;
|
||||
$message->fullmessagehtml = $html;
|
||||
$message->smallmessage = 'TODO';
|
||||
$message->notification = 0;
|
||||
$message->contexturl = 'http://glum/admin/TODO';
|
||||
$message->contexturlname = 'View details TODO';
|
||||
$message->smallmessage = get_string('updatenotifications', 'core_admin');
|
||||
$message->notification = 1;
|
||||
message_send($message);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user