Skip to content

Commit

Permalink
Add course id param confirm.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fmido88 authored Jun 19, 2024
1 parent f27d3f2 commit dfc1af3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions confirm.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
$params = [
'instance' => $instanceid,
'confirm' => $confirm,
'id' => $courseid,
];

$pageurl = new moodle_url('/enrol/wallet/confirm.php', $params);
Expand Down

0 comments on commit dfc1af3

Please sign in to comment.