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:
d1a3ea6
)
MDL-55323 enrol_lti: Remove unused required parameter
author
Jun Pataleta
<jun@moodle.com>
Mon, 25 Jul 2016 06:40:45 +0000
(14:40 +0800)
committer
Jun Pataleta
<jun@moodle.com>
Thu, 28 Jul 2016 06:44:58 +0000
(14:44 +0800)
enrol/lti/tool.php
patch
|
blob
|
blame
|
history
diff --git
a/enrol/lti/tool.php
b/enrol/lti/tool.php
index
9dcc3bc
..
556d0f1
100644
(file)
--- a/
enrol/lti/tool.php
+++ b/
enrol/lti/tool.php
@@
-27,7
+27,6
@@
require_once($CFG->dirroot . '/user/lib.php');
require_once($CFG->dirroot . '/enrol/lti/ims-blti/blti.php');
$toolid = required_param('id', PARAM_INT);
-$lticontextid = required_param('context_id', PARAM_RAW);
// Get the tool.
$tool = \enrol_lti\helper::get_lti_tool($toolid);