mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-59963-report-logs-origin-pagination' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
076d95ccc4
@ -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…
x
Reference in New Issue
Block a user