-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
2.3.3
-
None
-
MOODLE_23_STABLE
The LMB cron looks for a config variable called 'performlmbcheck':
if ($this->get_config('performlmbcheck')) {
|
$this->check_last_luminis_event();
|
}
|
The config variable is actually called 'lmbcheck'.