Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / update / update.compare.inc
index 2ba5fdce75a7a7a6ff77e54c1e86692af75308f7..dd658120efd3b91df3a6b75e05186ff5c79e4da2 100644 (file)
@@ -425,15 +425,6 @@ function update_calculate_project_update_status(&$project_data, $available) {
     $project_data['recommended'] = $project_data['latest_version'];
   }
 
-  //
-  // Check to see if we need an update or not.
-  //
-
-  if (!empty($project_data['security updates'])) {
-    // If we found security updates, that always trumps any other status.
-    $project_data['status'] = UPDATE_NOT_SECURE;
-  }
-
   if (isset($project_data['status'])) {
     // If we already know the status, we're done.
     return;