Skip to content

Commit

Permalink
Merge pull request #56 from KQMATH/bug/#54
Browse files Browse the repository at this point in the history
resolved typo in new_issue.php:50
  • Loading branch information
hgeorgsch committed Jul 6, 2023
2 parents bddbe11 + 07cc913 commit 555a6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new_issue.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
$url = new \moodle_url('/local/qtracker/new_issue.php');
$url->param('courseid', $courseid);

$returnurl = new \moodle_url('/local/qtracker/new_issues.php');
$returnurl = new \moodle_url('/local/qtracker/new_issue.php');
$returnurl->param('courseid', $courseid);

$PAGE->set_url($url);
Expand Down

0 comments on commit 555a6be

Please sign in to comment.