From 057238b7c5d129b2bd7f21bb18e42f8b8d8fe7fe Mon Sep 17 00:00:00 2001 From: Charles Severance Date: Tue, 1 Mar 2022 10:24:16 -0500 Subject: [PATCH] Propogate debug. Thanks Karen. --- src/Core/DeepLinkResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/DeepLinkResponse.php b/src/Core/DeepLinkResponse.php index 96031355..fc6c01b0 100644 --- a/src/Core/DeepLinkResponse.php +++ b/src/Core/DeepLinkResponse.php @@ -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; }