Skip to content
Snippets Groups Projects
Unverified Commit 2867a4c7 authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Added custom_tool as lti parameter

parent f9d42cd8
Branches
No related tags found
No related merge requests found
......@@ -92,6 +92,7 @@ function filter_opencast_create_parameters($endpoint) {
$params['lti_message_type'] = 'basic-lti-launch-request';
$urlparts = parse_url($CFG->wwwroot);
$params['tool_consumer_instance_guid'] = $urlparts['host'];
$params['custom_tool'] = '/ltitools';
// User data.
$params['user_id'] = $USER->id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment