mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-41268 fix cron execution in new log manager
This commit is contained in:
parent
bdaf91fd13
commit
0d9d9efb65
@ -134,7 +134,7 @@ class manager implements \core\log\manager {
|
||||
*/
|
||||
public function cron() {
|
||||
$this->init();
|
||||
foreach ($this->stores['legacy'] as $store) {
|
||||
foreach ($this->stores as $store) {
|
||||
$store->cron();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user