Skip to content

Commit

Permalink
Merge branch 'MDL-55323-master' of git://github.com/junpataleta/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Aug 1, 2016
2 parents 307e63c + fe15136 commit 066e31f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion enrol/lti/tool.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
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);
Expand Down

0 comments on commit 066e31f

Please sign in to comment.