Merge branch 'MDL-64060-master' of git://github.com/jleyva/moodle

This commit is contained in:
David Monllao 2018-11-19 11:16:09 +01:00
commit a6c4e6f0a6

View file

@ -1708,7 +1708,7 @@ class core_message_external extends external_api {
} else {
// We have to throw an exception here because the external functions annoyingly
// don't accept null to be returned for a single structure.
throw new \moodle_exception('Conversation does not exist');
throw new \moodle_exception('conversationdoesntexist');
}
}
@ -1813,7 +1813,7 @@ class core_message_external extends external_api {
} else {
// We have to throw an exception here because the external functions annoyingly
// don't accept null to be returned for a single structure.
throw new \moodle_exception('Conversation does not exist');
throw new \moodle_exception('conversationdoesntexist');
}
}