function system_finished_db_updates_finished

6.x system.module system_finished_db_updates_finished($batch)

File

modules/system/system.module, line 894

Code

function system_finished_db_updates_finished($batch) {
  // Clear our cache, since menu options might have changed.

  fp_clear_cache();

  fp_goto("admin/config/modules");
}