diff options
Diffstat (limited to 'modules/update')
-rw-r--r-- | modules/update/update.fetch.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/update/update.fetch.inc b/modules/update/update.fetch.inc index 0ffb746d7..adae8c36c 100644 --- a/modules/update/update.fetch.inc +++ b/modules/update/update.fetch.inc @@ -56,7 +56,6 @@ function _update_refresh() { watchdog('update', 'Fetched information about all available new releases and updates.', array(), WATCHDOG_NOTICE, l(t('view'), 'admin/reports/updates')); } else { - module_invoke('system', 'check_http_request'); watchdog('update', 'Unable to fetch any information about available new releases and updates.', array(), WATCHDOG_ERROR, l(t('view'), 'admin/reports/updates')); } return $available; |