mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-45074 report_loglive Fix parameter typo
This commit is contained in:
parent
af8a43248e
commit
521d9d74e5
@ -319,7 +319,7 @@ class report_loglive_table_log extends table_sql {
|
|||||||
$params['date'] = $this->filterparams->date;
|
$params['date'] = $this->filterparams->date;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($this->filterparams->date)) {
|
if (isset($this->filterparams->anonymous)) {
|
||||||
$joins[] = "anonymous = :anon";
|
$joins[] = "anonymous = :anon";
|
||||||
$params['anon'] = $this->filterparams->anonymous;
|
$params['anon'] = $this->filterparams->anonymous;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user