mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +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)) {
|
if (($edulevel != -1)) {
|
||||||
$params['edulevel'] = $edulevel;
|
$params['edulevel'] = $edulevel;
|
||||||
}
|
}
|
||||||
|
if ($origin !== '') {
|
||||||
|
$params['origin'] = $origin;
|
||||||
|
}
|
||||||
// Legacy store hack, as edulevel is not supported.
|
// Legacy store hack, as edulevel is not supported.
|
||||||
if ($logreader == 'logstore_legacy') {
|
if ($logreader == 'logstore_legacy') {
|
||||||
$params['edulevel'] = -1;
|
$params['edulevel'] = -1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue