MDL-53788 multilangupgrade: fix aggressive course cache rebuilding

This commit is contained in:
Nicholas Hoobin 2016-06-15 10:49:28 +10:00
parent 2abe0ac5a9
commit 1512f61710

View File

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