MDL-53788 multilangupgrade: fix aggressive course cache rebuilding

This commit is contained in:
Nicholas Hoobin
2016-06-15 09:12:20 +08:00
committed by Andrew Nicols
parent b77709ca67
commit bdcc0dd59f
+1 -1
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/'));