mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-59119 analytics: Fix references to wrong var
Part of MDL-57791 epic.
This commit is contained in:
parent
0045726d78
commit
f39cebbb3c
@ -51,7 +51,7 @@ abstract class by_course extends base {
|
||||
}
|
||||
|
||||
if (empty($analysables)) {
|
||||
$this->logs[] = get_string('nocourses', 'analytics');
|
||||
$this->log[] = get_string('nocourses', 'analytics');
|
||||
}
|
||||
|
||||
return $analysables;
|
||||
|
Loading…
x
Reference in New Issue
Block a user