mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-53788 multilangupgrade: fix aggressive course cache rebuilding
This commit is contained in:
parent
2abe0ac5a9
commit
1512f61710
@ -121,7 +121,7 @@ echo $OUTPUT->box_end();
|
||||
|
||||
/// Rebuild course cache which might be incorrect now
|
||||
echo $OUTPUT->notification('Rebuilding course cache...', 'notifysuccess');
|
||||
rebuild_course_cache();
|
||||
rebuild_course_cache(0, true);
|
||||
echo $OUTPUT->notification('...finished', 'notifysuccess');
|
||||
|
||||
echo $OUTPUT->continue_button(new moodle_url('/admin/'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user