mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +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;
|
||||
}
|
||||
|
||||
if (!empty($this->filterparams->date)) {
|
||||
if (isset($this->filterparams->anonymous)) {
|
||||
$joins[] = "anonymous = :anon";
|
||||
$params['anon'] = $this->filterparams->anonymous;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user