mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-59963-report-logs-origin-pagination' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
076d95ccc4
1 changed files with 3 additions and 1 deletions
|
@ -90,7 +90,9 @@ if ($logreader !== '') {
|
|||
if (($edulevel != -1)) {
|
||||
$params['edulevel'] = $edulevel;
|
||||
}
|
||||
|
||||
if ($origin !== '') {
|
||||
$params['origin'] = $origin;
|
||||
}
|
||||
// Legacy store hack, as edulevel is not supported.
|
||||
if ($logreader == 'logstore_legacy') {
|
||||
$params['edulevel'] = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue