From 5ffba8a948e6fceaa20d73d9dce83151ca4deaf6 Mon Sep 17 00:00:00 2001 From: Charles Severance Date: Sat, 15 Jun 2019 09:45:53 -0400 Subject: [PATCH] Remove LTI 2.0 reference. --- src/Controllers/Lessons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controllers/Lessons.php b/src/Controllers/Lessons.php index 21e28de..0d62a15 100644 --- a/src/Controllers/Lessons.php +++ b/src/Controllers/Lessons.php @@ -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);