Skip to content

Commit

Permalink
Do not require lti_context, but only user information in lti launch
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Jul 3, 2023
1 parent 0c8a5bd commit c4a4131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lti_launch.php
Expand Up @@ -52,7 +52,7 @@
{
$tsugi_enabled = true;
$lti_enabled = true;
$LAUNCH = LTIX::requireData();
$LAUNCH = LTIX::requireData(LTIX::USER);

if (method_exists($LAUNCH, 'isLTIAdvantage'))
{
Expand Down

0 comments on commit c4a4131

Please sign in to comment.