Skip to content

Commit

Permalink
Remove a bit more LTI 2
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Jun 15, 2019
1 parent e199afc commit 380c0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/LTIX.php
Original file line number Diff line number Diff line change
Expand Up @@ -2501,7 +2501,7 @@ public static function getCoreLaunchData()
$ltiProps[LTIConstants::LIS_PERSON_NAME_FULL] = $USER->displayname;
$ltiProps[LTIConstants::LIS_PERSON_CONTACT_EMAIL_PRIMARY] = $USER->email;

$ltiProps['tool_consumer_instance_guid'] = $CFG->product_instance_guid;
$ltiProps['tool_consumer_instance_guid'] = $CFG->wwwroot;
$ltiProps['tool_consumer_instance_description'] = $CFG->servicename;

return $ltiProps;
Expand Down

0 comments on commit 380c0b5

Please sign in to comment.