Merge branch 'wip-mdl-35131' of git://github.com/rajeshtaneja/moodle

This commit is contained in:
Damyon Wiese 2013-07-15 11:54:24 +08:00
commit fff9752d2a

View File

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