Merge branch 'MDL-70567-master' of https://github.com/dmitriim/moodle

This commit is contained in:
Sara Arjona
2021-01-11 13:09:34 +01:00
+1
View File
@@ -32,6 +32,7 @@ $result = optional_param('result', null, PARAM_INT);
$pageurl = new \moodle_url('/admin/tasklogs.php');
$pageurl->param('filter', $filter);
$pageurl->param('result', $result);
$PAGE->set_url($pageurl);
$PAGE->set_context(context_system::instance());