mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
bug fixing
This commit is contained in:
parent
423e3cdd14
commit
25d0380b6e
1 changed files with 1 additions and 0 deletions
|
@ -1295,6 +1295,7 @@ function migrate2utf8_course_lang($recordid){
|
||||||
}
|
}
|
||||||
|
|
||||||
update_record('course',$course);
|
update_record('course',$course);
|
||||||
|
require_once($CFG->dirroot.'/course/lib.php');
|
||||||
rebuild_course_cache($recordid); //takes care of serialized modinfo
|
rebuild_course_cache($recordid); //takes care of serialized modinfo
|
||||||
/// And finally, just return the converted field
|
/// And finally, just return the converted field
|
||||||
return $result;
|
return $result;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue