Skip to content

Commit

Permalink
Merge branch 'MDL-69375_39' of https://github.com/Cvmcosta/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_39_STABLE
  • Loading branch information
andrewnicols committed Aug 20, 2020
2 parents 1c1a969 + 58e6682 commit 79e98f6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -466,7 +466,7 @@ private function users_to_json($resource, $users, $course, $exclude, $limitfrom,
if (!is_null($lti)) {
$nextpage .= "&rlid={$lti->id}";
}
$response->add_additional_header("Link: {$nextpage};rel=next");
$response->add_additional_header("Link: <{$nextpage}>; rel=\"next\"");
}

$response->set_content_type('application/vnd.ims.lti-nrps.v2.membershipcontainer+json');
Expand Down

0 comments on commit 79e98f6

Please sign in to comment.