Merge branch 'MDL-45074-master' of git://github.com/ankitagarwal/moodle

This commit is contained in:
Dan Poltawski 2014-04-15 11:38:01 +08:00
commit 42a9073423

View File

@ -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;
}