Merge branch 'wip-MDL-38773-master' of git://github.com/marinaglancy/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2013-06-05 19:31:53 +02:00
commit b21a6e26fa

View file

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