mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
gradebook MDL-22128 a POST parameter was being added to url parameters
This commit is contained in:
parent
1c601a5302
commit
3419829a7a
@ -29,9 +29,6 @@ $url = new moodle_url('/grade/edit/tree/calculation.php', array('id'=>$id, 'cour
|
||||
if ($section !== 'calculation') {
|
||||
$url->param('section', $section);
|
||||
}
|
||||
if ($idnumbers !== null) {
|
||||
$url->param('idnumbers', $idnumbers);
|
||||
}
|
||||
$PAGE->set_url($url);
|
||||
|
||||
if (!$course = $DB->get_record('course', array('id' => $courseid))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user