From: Charles Severance Date: Tue, 15 Nov 2011 20:56:44 +0000 (-0500) Subject: MDL-20534 X-Git-Tag: v2.2.0-rc1~136^2 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=6edcab7a1a9989f4210a6320faf253af0a5d09e6;ds=sidebyside MDL-20534 Undo change that Chris already did. --- diff --git a/mod/lti/locallib.php b/mod/lti/locallib.php index bb53e6f0be7..fcb52d53ac1 100644 --- a/mod/lti/locallib.php +++ b/mod/lti/locallib.php @@ -173,9 +173,6 @@ function lti_view($instance) { $requestparams['launch_presentation_return_url'] = $returnurl; } - $requestparams['tool_consumer_info_product_family_code'] = 'moodle'; - $requestparams['tool_consumer_info_version'] = strval($CFG->version); - if (!empty($key) && !empty($secret)) { $parms = lti_sign_parameters($requestparams, $endpoint, "POST", $key, $secret); } else {