Skip to content

Commit

Permalink
Propogate debug. Thanks Karen.
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Mar 1, 2022
1 parent 149d70f commit 057238b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/DeepLinkResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function prepareResponse($endform=false, $debug=false, $iframeattr=false) {
}

$jws = LTIX::encode_jwt($params);
$html = LTI13::build_jwt_html($return_url, $jws);
$html = LTI13::build_jwt_html($return_url, $jws, $debug);
return $html;
}

Expand Down

0 comments on commit 057238b

Please sign in to comment.