mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'wip-MDL-38773-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
b21a6e26fa
1 changed files with 2 additions and 0 deletions
|
@ -477,6 +477,8 @@ class restore_rebuild_course_cache extends restore_execution_step {
|
||||||
|
|
||||||
// Rebuild cache now that all sections are in place
|
// Rebuild cache now that all sections are in place
|
||||||
rebuild_course_cache($this->get_courseid());
|
rebuild_course_cache($this->get_courseid());
|
||||||
|
cache_helper::purge_by_event('changesincourse');
|
||||||
|
cache_helper::purge_by_event('changesincoursecat');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue