mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-70567 task: fix broken result filter on logs page
This commit is contained in:
parent
56fd8c5125
commit
7ccbd912e7
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ $result = optional_param('result', null, PARAM_INT);
|
||||||
|
|
||||||
$pageurl = new \moodle_url('/admin/tasklogs.php');
|
$pageurl = new \moodle_url('/admin/tasklogs.php');
|
||||||
$pageurl->param('filter', $filter);
|
$pageurl->param('filter', $filter);
|
||||||
|
$pageurl->param('result', $result);
|
||||||
|
|
||||||
$PAGE->set_url($pageurl);
|
$PAGE->set_url($pageurl);
|
||||||
$PAGE->set_context(context_system::instance());
|
$PAGE->set_context(context_system::instance());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue