Merge branch 'MDL-32026-master-2' of git://git.luns.net.uk/moodle

This commit is contained in:
Sam Hemelryk 2012-03-26 11:13:54 +13:00
commit 991b3a3a9b

View File

@ -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');
}