Skip to content

Commit

Permalink
MDL-56514 message: fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Oct 31, 2016
1 parent 868f5c8 commit e90d0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/externallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ public static function get_blocked_users($userid) {
if (empty($CFG->messaging)) {
throw new moodle_exception('disabled', 'message');
}

// Warnings array, it can be empty at the end but is mandatory.
$warnings = array();

Expand Down

0 comments on commit e90d0c9

Please sign in to comment.