diff --git a/core/update.php b/core/update.php
old mode 100644
new mode 100755
index 387fe35..3052584
--- a/core/update.php
+++ b/core/update.php
@@ -107,7 +107,7 @@ function update_script_selection_form($form, &$form_state) {
   }
 
   // Find and label any incompatible updates.
-  foreach (update_resolve_dependencies($starting_updates) as $function => $data) {
+  foreach (update_resolve_dependencies($starting_updates) as $data) {
     if (!$data['allowed']) {
       $incompatible_updates_exist = TRUE;
       $incompatible_count++;
