function update_status_check_now

6.x update_status.module update_status_check_now()
4.x update_status.module update_status_check_now()
5.x update_status.module update_status_check_now()

This will force a re-check of modules for this update_status module.

Required permission is the same as Run Cron permission.

File

modules/update_status/update_status.module, line 37
The update status module file.

Code

function update_status_check_now() {
  update_status_perform_check();

  // Go back to the System status page...
  fp_goto("admin/config/status");

}