mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
Merge branch 'MDL-32026-master-2' of git://git.luns.net.uk/moodle
This commit is contained in:
commit
991b3a3a9b
@ -128,7 +128,7 @@ function message_send($eventdata) {
|
||||
} else {
|
||||
//MDL-25114 They supplied an $eventdata->component $eventdata->name combination which doesn't
|
||||
//exist in the message_provider table (thus there is no default settings for them)
|
||||
$preferrormsg = get_string('couldnotfindpreference', 'message', $preferencename); //TODO: undefined $preferencename
|
||||
$preferrormsg = get_string('couldnotfindpreference', 'message', $defaultpreference);
|
||||
throw new coding_exception($preferrormsg,'blah');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user