mirror of
https://github.com/moodle/moodle.git
synced 2025-03-04 16:10:59 +01:00
Merge branch 'wip-mdl-35131' of git://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
fff9752d2a
@ -1550,6 +1550,9 @@ function purge_all_caches() {
|
||||
|
||||
cache_helper::purge_all();
|
||||
|
||||
// Clear course cache for all courses.
|
||||
rebuild_course_cache(0, true);
|
||||
|
||||
// purge all other caches: rss, simplepie, etc.
|
||||
remove_dir($CFG->cachedir.'', true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user