Skip to content

Commit

Permalink
Merge branch 'MDL-53832-master-review-fixes' of https://github.com/ju…
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Oct 20, 2016
2 parents 2d13900 + b75d0f0 commit ed971b9
Show file tree
Hide file tree
Showing 71 changed files with 14,797 additions and 270 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ lib/spout/
lib/amd/src/chartjs-lazy.js
lib/maxmind/GeoIp2/
lib/maxmind/MaxMind/
lib/ltiprovider/
mod/assign/feedback/editpdf/fpdi/
repository/s3/S3.php
theme/boost/scss/bootstrap/
Expand Down
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ lib/spout/
lib/amd/src/chartjs-lazy.js
lib/maxmind/GeoIp2/
lib/maxmind/MaxMind/
lib/ltiprovider/
mod/assign/feedback/editpdf/fpdi/
repository/s3/S3.php
theme/boost/scss/bootstrap/
Expand Down
2 changes: 1 addition & 1 deletion enrol/lti/cartridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
// Only show the cartridge if the token parameter is correct.
// If we do not compare with a shared secret, someone could very easily
// guess an id for the enrolment.
if (!\enrol_lti\helper::verify_tool_token($toolid, $token)) {
if (!\enrol_lti\helper::verify_cartridge_token($toolid, $token)) {
throw new \moodle_exception('incorrecttoken', 'enrol_lti');
}

Expand Down
Loading

0 comments on commit ed971b9

Please sign in to comment.