Skip to content

Commit

Permalink
Merge branch 'MDL-69375' of https://github.com/Cvmcosta/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Aug 20, 2020
2 parents 84d2d98 + 3bc8dde commit 56e89da
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 56e89da

Please sign in to comment.