Skip to content

Commit

Permalink
MDL-70567 task: fix broken result filter on logs page
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriim committed Jan 6, 2021
1 parent 0d833e2 commit 087ccaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/tasklogs.php
Expand Up @@ -32,6 +32,7 @@

$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());
Expand Down

0 comments on commit 087ccaf

Please sign in to comment.