Skip to content

Commit

Permalink
Update erem.php
Browse files Browse the repository at this point in the history
  • Loading branch information
drachels committed Dec 10, 2023
1 parent 6528ba7 commit 9fc3665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erem.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
// Lesson contained three exercises. I deleted number 2, and then number 3 appeared as part
// of another lesson, lesson aaaa(121).
// Later - seems to work okay now.
//$cid = optional_param('id', 0, PARAM_INT);
// $cid = optional_param('id', 0, PARAM_INT);
$webdir = $CFG->wwwroot . '/mod/mootyper/exercises.php?id='.$id.'&lesson='.$lessonpo;
header('Location: '.$webdir);

0 comments on commit 9fc3665

Please sign in to comment.