From 558be8fcef5f76c289ac1a52f07f11d866f9ca75 Mon Sep 17 00:00:00 2001 From: Chris Scribner Date: Wed, 12 Oct 2011 13:38:38 -0400 Subject: [PATCH] Adding a comment about the ext_submit button --- mod/lti/locallib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod/lti/locallib.php b/mod/lti/locallib.php index a2239f39fce..64c94c7aefa 100644 --- a/mod/lti/locallib.php +++ b/mod/lti/locallib.php @@ -290,6 +290,8 @@ function lti_build_request($instance, $typeconfig, $course) { // Add oauth_callback to be compliant with the 1.0A spec $requestparams["oauth_callback"] = "about:blank"; + //The submit button needs to be part of the signature as it gets posted with the form. + //This needs to be here to support launching without javascript. $submittext = get_string('press_to_submit', 'lti'); $requestparams["ext_submit"] = $submittext;