MDL-41268 fix cron execution in new log manager

This commit is contained in:
Petr Škoda 2014-02-10 08:50:19 +08:00
parent bdaf91fd13
commit 0d9d9efb65

View File

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