Skip to content

Commit

Permalink
MDL-81890 enrol_lti: Fix sesskey checks
Browse files Browse the repository at this point in the history
  • Loading branch information
meirzamoodle authored and junpataleta committed Jun 6, 2024
1 parent 30fadc3 commit 9af9711
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions enrol/lti/configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
global $CFG, $DB, $PAGE, $USER;
require_once($CFG->libdir . '/filelib.php');
require_login(null, false);

confirm_sesskey();
require_sesskey();
$launchid = required_param('launchid', PARAM_TEXT);
$modules = optional_param_array('modules', [], PARAM_INT);
$grades = optional_param_array('grades', [], PARAM_INT);
Expand Down

0 comments on commit 9af9711

Please sign in to comment.