MDL-56514 message: fix whitespace

This commit is contained in:
Dan Poltawski
2016-10-31 10:06:26 +00:00
parent 868f5c8709
commit e90d0c90b4
+1 -1
View File
@@ -1717,7 +1717,7 @@ class core_message_external extends external_api {
if (empty($CFG->messaging)) {
throw new moodle_exception('disabled', 'message');
}
// Warnings array, it can be empty at the end but is mandatory.
$warnings = array();