Skip to content

Commit

Permalink
Remove LTI 2.0 reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Jun 15, 2019
1 parent 3d89952 commit 5ffba8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/Lessons.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function launch(Request $request, Application $app, $anchor=null)

$endpoint = $lti->launch;
$parms = LTI::signParameters($parms, $endpoint, "POST", $key, $secret,
"Finish Launch", $CFG->product_instance_guid, $CFG->servicename);
"Finish Launch", $CFG->wwwroot, $CFG->servicename);

$content = LTI::postLaunchHTML($parms, $endpoint, false /*debug */);
print($content);
Expand Down

0 comments on commit 5ffba8a

Please sign in to comment.