mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
Regenerate course caches after UTF upgrade (bug 5002)
This commit is contained in:
parent
a7ae1ad3fd
commit
98691349b1
@ -680,6 +680,9 @@ function db_migrate2utf8(){ //Eloy: Perhaps some type of limit parameter here
|
||||
|
||||
//set the final flag
|
||||
migrate2utf8_set_config('unicodedb','true'); //this is the main flag for unicode db
|
||||
|
||||
// Regenerate some cached data
|
||||
rebuild_course_cache();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user