Skip to content

Commit

Permalink
MDL-59368 users: Clear whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonllao committed Jul 12, 2017
1 parent ed45119 commit 002ac8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group/classes/output/user_groups_editable.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static function update($itemid, $newvalue) {
// Return one of me.
// Validate the inputs.
list($courseid, $userid) = explode(':', $itemid, 2);

$courseid = clean_param($courseid, PARAM_INT);
$userid = clean_param($userid, PARAM_INT);
$groupids = json_decode($newvalue);
Expand Down

0 comments on commit 002ac8e

Please sign in to comment.