diff --git a/core/modules/update/update.module b/core/modules/update/update.module
index d9aa464..9ca110b 100644
--- a/core/modules/update/update.module
+++ b/core/modules/update/update.module
@@ -410,7 +410,7 @@ function update_get_available($refresh = FALSE) {
 
     // If we have project data but no release data, we need to fetch. This
     // can be triggered when we fail to contact a release history server.
-    if (empty($available[$key]['releases'])) {
+    if (empty($available[$key]['releases']) && !$available[$key]['last_fetch']) {
       $available[$key]['fetch_status'] = UPDATE_FETCH_PENDING;
     }
 
