constant UPDATE_STATUS_NOT_FETCHED in Update Status 5.2
There was a failure fetching available update data for this project.
4 uses of UPDATE_STATUS_NOT_FETCHED
- theme_update_status_report in ./
update_status.module - Theme project status report.
- update_status_calculate_project_data in ./
update_status.module - Given the installed projects and the available release data retrieved from remote servers, calculate the current status.
- _update_status_message_text in ./
update_status.module - Helper function to return the appropriate message text when the site is out of date or missing a security update.
- _update_status_requirement_check in ./
update_status.module - Private helper method to fill in the requirements array.
File
- ./
update_status.module, line 49
Code
define('UPDATE_STATUS_NOT_FETCHED', -3);