Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
461bde2
)
MDL-20534
author
Charles Severance
<csev@umich.edu>
Tue, 15 Nov 2011 20:56:44 +0000
(15:56 -0500)
committer
Chris Scribner
<scriby@gmail.com>
Thu, 17 Nov 2011 15:35:07 +0000
(10:35 -0500)
Undo change that Chris already did.
mod/lti/locallib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/lti/locallib.php
b/mod/lti/locallib.php
index
bb53e6f
..
fcb52d5
100644
(file)
--- 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 {